class Jrsl::PresentationMetadata

Included Modules

Defined in:

jrsl.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new #

[View source]

Instance Method Detail

def author : String | Nil #

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

[View source]
def event : String | Nil #

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

[View source]
def location : String | Nil #

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

[View source]
def title : String | Nil #

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

[View source]