class Page::Metadata

Included Modules

Defined in:

models/page.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def hidden : Bool | Nil #

[View source]
def hidden=(hidden : Bool | Nil) #

[View source]
def tags : Array(String) | Nil #

[View source]
def tags=(tags : Array(String) | Nil) #

[View source]
def title : String | Nil #

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

[View source]