class XYSense::LocationService::FloorDetails

Overview

=================================== Bindings into xy-sense data

Included Modules

Extended Modules

Defined in:

xy_sense/location_service.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def floor_id : String #

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

[View source]
def floor_name : String #

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

[View source]
def location_id : String #

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

[View source]
def location_name : String #

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

[View source]
def spaces : Array(SpaceDetails) #

[View source]
def spaces=(spaces : Array(SpaceDetails)) #

[View source]