class Bright::Models::Occurrence

Included Modules

Defined in:

bright/models/occurence.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def approval_state : Int32 | Nil #

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

[View source]
def attendee_amount : Int32 | Nil #

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

[View source]
def attendees : Array(Attendee) #

[View source]
def attendees=(attendees : Array(Attendee)) #

[View source]
def booking_type : Int32 | Nil #

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

[View source]
def composed_id : String | Nil #

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

[View source]
def confirmation_active : Bool | Nil #

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

[View source]
def confirmation_window_end : String | Nil #

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

[View source]
def confirmation_window_start : String | Nil #

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

[View source]
def end_date : String | Nil #

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

[View source]
def id : String | Nil #

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

[View source]
def intention_type : Int32 | Nil #

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

[View source]
def is_anonymously_booked : Bool | Nil #

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

[View source]
def license_plate : String | Nil #

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

[View source]
def organizer : Organizer | Nil #

[View source]
def organizer=(organizer : Organizer | Nil) #

[View source]
def recurrence_type : Int32 | Nil #

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

[View source]
def spaces : Array(Space) #

[View source]
def spaces=(spaces : Array(Space)) #

[View source]
def start_date : String | Nil #

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

[View source]
def subject : String | Nil #

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

[View source]