struct GoBright::Occurrence
- GoBright::Occurrence
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
gobright/models.crConstructors
Instance Method Summary
- #approval_state : ApprovalState | Nil
- #approval_state=(approval_state : ApprovalState | Nil)
- #attendee_amount : Int32 | Nil
- #attendee_amount=(attendee_amount : Int32 | Nil)
- #attendees : Array(Attendee)
- #attendees=(attendees : Array(Attendee))
- #booking_type : BookingType
- #booking_type=(booking_type : BookingType)
- #composed_id : String
- #composed_id=(composed_id : String)
- #confirmation_active : Bool | Nil
- #confirmation_active=(confirmation_active : Bool | Nil)
- #confirmation_window_end : String | Nil
- #confirmation_window_end=(confirmation_window_end : String | Nil)
- #confirmation_window_start : String | Nil
- #confirmation_window_start=(confirmation_window_start : String | Nil)
- #end_date : Time
- #end_date=(end_date : Time)
- #id : String
- #id=(id : String)
- #intention_type : Int32 | Nil
- #intention_type=(intention_type : Int32 | Nil)
- #is_anonymously_booked : Bool | Nil
- #is_anonymously_booked=(is_anonymously_booked : Bool | Nil)
- #license_plate : String | Nil
- #license_plate=(license_plate : String | Nil)
- #matched_space : Space
- #matched_space=(matched_space : Space)
- #matched_space? : Space | Nil
- #organizer : Attendee | Nil
- #organizer=(organizer : Attendee | Nil)
- #recurrence_type : Int32 | Nil
- #recurrence_type=(recurrence_type : Int32 | Nil)
- #spaces : Array(Space)
- #spaces=(spaces : Array(Space))
- #start_date : Time
- #start_date=(start_date : Time)
- #subject : String | Nil
- #subject=(subject : String | Nil)
- #zone_id : String
- #zone_id=(zone_id : String)
- #zone_id? : String | Nil