class Floorsense::Booking
- Floorsense::Booking
- Reference
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
floorsense/models.crConstructors
Instance Method Summary
-
#action : String | Nil
This is to support events
-
#action=(action : String | Nil)
This is to support events
- #approved : Bool | Nil
- #approved=(approved : Bool | Nil)
-
#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
- #booked_by_email : String | Nil
- #booked_by_email=(booked_by_email : String | Nil)
- #booked_by_name : String | Nil
- #booked_by_name=(booked_by_name : String | Nil)
- #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)
- #checked_in?
- #checked_in_at : Int64 | Nil
- #checked_in_at=(checked_in_at : Int64 | Nil)
- #checked_out?
- #checked_out_at : Int64 | Nil
- #checked_out_at=(checked_out_at : Int64 | Nil)
- #deleted : Bool | Nil
- #deleted=(deleted : Bool | Nil)
- #deleted?
- #deleted_at : Int64 | Nil
- #deleted_at=(deleted_at : Int64 | Nil)
- #extension_data : JSON::Any | Nil
- #extension_data=(extension_data : JSON::Any | Nil)
- #floor_id : String | Nil
- #floor_id=(floor_id : String | Nil)
- #floor_id? : String | Nil | Nil
- #floorsense_booking_id : String | Nil
- #id : Int64
- #id=(id : Int64)
- #in_progress?
- #is_deleted?
- #last_changed : Int64 | Nil
- #last_changed=(last_changed : Int64 | Nil)
- #process_state : String | Nil
- #process_state=(process_state : String | Nil)
- #rejected : Bool | Nil
- #rejected=(rejected : Bool | Nil)
- #released?
- #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))