class TwentyFiveLivePro::Models::PutEvent

Included Modules

Defined in:

twenty-five-live-pro/models/put_event.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def end_dt : String #

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

[View source]
def event_description : String | Nil #

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

[View source]
def event_id : Int64 #

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

[View source]
def name : String #

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

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

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

[View source]
def profile : Array(Profile) #

[View source]
def profile=(profile : Array(Profile)) #

[View source]
def start_dt : String #

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

[View source]
def state : Int64 #

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

[View source]
def title : String #

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

[View source]
def version : Int64 #

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

[View source]