class Vergesense::Space
- Vergesense::Space
- Reference
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
vergesense/models.crConstructors
Instance Method Summary
- #building_ref_id : String | Nil
- #building_ref_id=(building_ref_id : String | Nil)
- #capacity : UInt32 | Nil
- #capacity=(capacity : UInt32 | Nil)
- #environment : Environment | Nil
- #environment=(environment : Environment | Nil)
- #floor_key
- #floor_ref_id : String | Nil
- #floor_ref_id=(floor_ref_id : String | Nil)
- #last_reports : Array(Report) | Nil
- #last_reports=(last_reports : Array(Report) | Nil)
- #max_capacity : UInt32 | Nil
- #max_capacity=(max_capacity : UInt32 | Nil)
- #motion_detected : Bool | Nil
- #motion_detected=(motion_detected : Bool | Nil)
- #name : String | Nil
- #name=(name : String | Nil)
-
#people : People | Nil
property geometry : Geometry?
-
#people=(people : People | Nil)
property geometry : Geometry?
- #ref_id
-
#signs_of_life : Bool | Nil
NOTE : not returned by the API, we fill this in
-
#signs_of_life=(signs_of_life : Bool | Nil)
NOTE : not returned by the API, we fill this in
- #signs_of_life? : Bool | Nil
- #space_ref_id : String | Nil
- #space_ref_id=(space_ref_id : String | Nil)
- #space_type : String | Nil
- #space_type=(space_type : String | Nil)
- #timestamp : Time | Nil
- #timestamp=(timestamp : Time | Nil)