struct Delta::ZenPIRLocation::Location

Included Modules

Extended Modules

Defined in:

delta/zen_pir_location.cr

Constructors

Instance Method Summary

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) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def area_id : String #

[View source]
def area_id=(area_id : String) #

[View source]
def at_location : Int32 #

[View source]
def at_location=(at_location : Int32) #

[View source]
def capacity : Int32 #

[View source]
def capacity=(capacity : Int32) #

[View source]
def level : String #

[View source]
def level=(level : String) #

[View source]
def location : Symbol #

[View source]
def map_id : String #

[View source]
def map_id=(map_id : String) #

[View source]
def zen_device_id : UInt32 #

[View source]
def zen_device_id=(zen_device_id : UInt32) #

[View source]
def zen_object_id : UInt32 #

[View source]
def zen_object_id=(zen_object_id : UInt32) #

[View source]