Wikicr::Page::Index::Entry
Inherits YAML::Serializable / Reference / Object
Constructors
new(path : String, url : String, title : String, toc : Bool = false)
Sourcenew(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceClass methods
title_to_slug(title : String) : String
SourceInstance methods
intlinks
Sourceintlinks=(intlinks : Page::InternalLinks::LinkList)
Sourcepath
Sourcepath=(path : String)
Sourceslug
Sourceslug=(slug : String)
Sourcetitle
Sourcetitle=(title : String)
Sourcetoc
Sourcetoc=(toc : Page::TableOfContent::Toc)
Sourceurl
Sourceurl=(url : String)
Source