struct Delta::ZenPIRLocation::Location
- Delta::ZenPIRLocation::Location
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
delta/zen_pir_location.crConstructors
- .new(level : String, map_id : String, area_id : String, capacity : Int32, at_location : Int32, zen_device_id : UInt32, zen_object_id : UInt32)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #area_id : String
- #area_id=(area_id : String)
- #at_location : Int32
- #at_location=(at_location : Int32)
- #capacity : Int32
- #capacity=(capacity : Int32)
- #level : String
- #level=(level : String)
- #location : Symbol
- #map_id : String
- #map_id=(map_id : String)
- #zen_device_id : UInt32
- #zen_device_id=(zen_device_id : UInt32)
- #zen_object_id : UInt32
- #zen_object_id=(zen_object_id : UInt32)
Constructor Detail
def self.new(level : String, map_id : String, area_id : String, capacity : Int32, at_location : Int32, zen_device_id : UInt32, zen_object_id : UInt32)
#