class Infosilem::Event

Included Modules

Extended Modules

Defined in:

infosilem/models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def conflicting : Int32 | Nil #

[View source]
def conflicting=(conflicting : Int32 | Nil) #

[View source]
def container : Bool | Nil #

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

[View source]
def description : String | Nil #

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

[View source]
def duration #

[View source]
def end_time : Time #

[View source]
def end_time=(end_time : Time) #

[View source]
def id : String #

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

[View source]
def number_of_attendees : Int32 | Nil #

[View source]
def number_of_attendees=(number_of_attendees : Int32 | Nil) #

[View source]
def start_time : Time #

[View source]
def start_time=(start_time : Time) #

[View source]