class Cisco::Meraki::FloorPlan

Included Modules

Extended Modules

Defined in:

cisco/meraki/scanning_api.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def bottom_left : Geo::Point #

[View source]
def bottom_left=(bottom_left : Geo::Point) #

[View source]
def bottom_right : Geo::Point #

[View source]
def bottom_right=(bottom_right : Geo::Point) #

[View source]
def height : Float64 #

[View source]
def height=(height : Float64) #

[View source]
def id : String #

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

[View source]
def name : String | Nil #

This is useful for when we have to map meraki IDs to our zones


[View source]
def name=(name : String | Nil) #

This is useful for when we have to map meraki IDs to our zones


[View source]
def to_distance #

[View source]
def top_left : Geo::Point #

[View source]
def top_left=(top_left : Geo::Point) #

[View source]
def width : Float64 #

[View source]
def width=(width : Float64) #

[View source]