class Wikicr::Page::Index::Entry

Included Modules

Defined in:

lib/page/index/entry.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(path : String, url : String, title : String, toc : Bool = false) #

[View source]
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Class Method Detail

def self.title_to_slug(title : String) : String #

[View source]

Instance Method Detail


[View source]
def intlinks=(intlinks : Page::InternalLinks::LinkList) #

[View source]
def path : String #

[View source]
def path=(path : String) #

[View source]
def slug : String #

[View source]
def slug=(slug : String) #

[View source]
def title : String #

[View source]
def title=(title : String) #

[View source]

[View source]
def toc=(toc : Page::TableOfContent::Toc) #

[View source]
def url : String #

[View source]
def url=(url : String) #

[View source]