class Cisco::Meraki::Observation

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 client_mac : String #

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

[View source]
def ipv4 : String | Nil #

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

[View source]
def ipv6 : String | Nil #

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

[View source]
def latest_record : LatestRecord #

[View source]
def latest_record=(latest_record : LatestRecord) #

[View source]
def locations : Array(DeviceLocation) #

[View source]
def locations=(locations : Array(DeviceLocation)) #

[View source]
def manufacturer : String | Nil #

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

[View source]
def os : String | Nil #

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

[View source]
def ssid : String | Nil #

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

[View source]