class Freespace::Space
- Freespace::Space
- Reference
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
freespace/models.crConstructors
Instance Method Summary
- #capacity : Int32
- #capacity=(capacity : Int32)
- #category : Category
- #category=(category : Category)
- #counted : Bool
- #counted=(counted : Bool)
- #department : Category
- #department=(department : Category)
- #device : Device
- #device=(device : Device)
- #id : Int64
- #id=(id : Int64)
- #live : Bool
- #live=(live : Bool)
- #location : Location
- #location=(location : Location)
- #location_id : Int64
- #location_id=(location_id : Int64)
-
#marker : Hash(String, JSON::Any)
undocumented, possibly polymorphic: {"type" => "CIRCLE", "data" => "20"},
-
#marker=(marker : Hash(String, JSON::Any))
undocumented, possibly polymorphic: {"type" => "CIRCLE", "data" => "20"},
- #marker_unique_id : String | Nil
- #marker_unique_id=(marker_unique_id : String | Nil)
- #name : String
- #name=(name : String)
- #sensing_policy_id : Int32
- #sensing_policy_id=(sensing_policy_id : Int32)
- #serial : Int32
- #serial=(serial : Int32)
- #srf : SRF
- #srf=(srf : SRF)
- #sub_category : Category
- #sub_category=(sub_category : Category)
Constructor Detail
Instance Method Detail
def marker : Hash(String, JSON::Any)
#
undocumented, possibly polymorphic: {"type" => "CIRCLE", "data" => "20"},
def marker=(marker : Hash(String, JSON::Any))
#
undocumented, possibly polymorphic: {"type" => "CIRCLE", "data" => "20"},