struct TwentyFiveLivePro::Models::Event

Included Modules

Extended Modules

Defined in:

twenty_five_live_pro/models/event.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def container : Bool | Nil #

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

[View source]
def date : Date #

[View source]
def date=(date : Date) #

[View source]
def etag : String #

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

[View source]
def event_locator : String #

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

[View source]
def id : Int64 #

[View source]
def id=(id : Int64) #

[View source]
def kind : String #

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

[View source]
def name : String #

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

[View source]
def title : String | Nil #

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

[View source]
def updated : String #

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

[View source]