class Floorsense::BookingsSync::Booking
- Floorsense::BookingsSync::Booking
- Reference
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
floorsense/bookings_sync.crConstructors
Instance Method Summary
-
#action : String | Nil
This is to support events
-
#action=(action : String | Nil)
This is to support events
-
#asset_id : String
events use resource_id instead of asset_id
-
#asset_id=(asset_id : String | Nil)
events use resource_id instead of asset_id
- #booking_end : Int64
- #booking_end=(booking_end : Int64)
- #booking_start : Int64
- #booking_start=(booking_start : Int64)
- #booking_type : String
- #booking_type=(booking_type : String)
- #checked_in : Bool | Nil
- #checked_in=(checked_in : Bool | Nil)
- #extension_data : JSON::Any | Nil
- #extension_data=(extension_data : JSON::Any | Nil)
- #id : Int64
- #id=(id : Int64)
- #in_progress?
- #rejected : Bool | Nil
- #rejected=(rejected : Bool | Nil)
- #resource_id : String | Nil
- #resource_id=(resource_id : String | Nil)
- #timezone : String | Nil
- #timezone=(timezone : String | Nil)
- #user_email : String
- #user_email=(user_email : String)
- #user_id : String
- #user_id=(user_id : String)
- #user_name : String
- #user_name=(user_name : String)
- #zones : Array(String)
- #zones=(zones : Array(String))