class Floorsense::BookingStatus
- Floorsense::BookingStatus
- Reference
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
floorsense/models.crConstructors
Instance Method Summary
- #active : Bool
- #active=(active : Bool)
- #booking_id : String
- #booking_id=(booking_id : String)
- #booking_type : String
- #booking_type=(booking_type : String)
- #cid : Int32
- #cid=(cid : Int32)
- #confexpiry : Int64 | Nil
- #confexpiry=(confexpiry : Int64 | Nil)
- #confirmed : Bool
- #confirmed=(confirmed : Bool)
- #confmethod : Int32 | Nil
- #confmethod=(confmethod : Int32 | Nil)
- #conftime : Int64 | Nil
- #conftime=(conftime : Int64 | Nil)
- #created : Int64
- #created=(created : Int64)
- #desc : String | Nil
- #desc=(desc : String | Nil)
- #finish : Int64
- #finish=(finish : Int64)
- #groupid : Int32
- #groupid=(groupid : Int32)
- #key : String | Nil
- #key=(key : String | Nil)
- #place_id : String
- #place_id=(place_id : String)
- #place_id? : String | Nil
- #planid : Int32
- #planid=(planid : Int32)
- #privacy : Bool
- #privacy=(privacy : Bool)
- #releasecode : Int32
- #releasecode=(releasecode : Int32)
-
#released : Int64
Time the booking was released
-
#released=(released : Int64)
Time the booking was released
- #start : Int64
- #start=(start : Int64)
- #uid : String
- #uid=(uid : String)
-
#user : User | Nil
not included in the responses but we will merge this
-
#user=(user : User | Nil)
not included in the responses but we will merge this