class TwentyFiveLivePro::Models::Event

Included 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 alien_uid : String | Nil #

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

[View source]
def attributes : Array(Attribute) | Nil #

[View source]
def attributes=(attributes : Array(Attribute) | Nil) #

[View source]
def categories : Array(Category) | Nil #

[View source]
def categories=(categories : Array(Category) | Nil) #

[View source]
def context : Context | Nil #

[View source]
def context=(context : Context | Nil) #

[View source]
def create_dt : String #

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

[View source]
def dates : Dates #

[View source]
def dates=(dates : Dates) #

[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 event_name : String #

[View source]
def event_name=(event_name : 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 organizations : Array(Organization) | Nil #

[View source]
def organizations=(organizations : Array(Organization) | Nil) #

[View source]
def priority : Int64 | Nil #

[View source]
def priority=(priority : Int64 | Nil) #

[View source]
def profiles : Array(Profile) | Nil #

[View source]
def profiles=(profiles : Array(Profile) | Nil) #

[View source]
def requirements : Array(Requirements) | Nil #

[View source]
def requirements=(requirements : Array(Requirements) | Nil) #

[View source]
def roles : Array(Roles) | Nil #

[View source]
def roles=(roles : Array(Roles) | Nil) #

[View source]
def text : Array(Text) | Nil #

[View source]
def text=(text : Array(Text) | Nil) #

[View source]
def updated : String #

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

[View source]