class Cisco::DNASpaces::Device

Included Modules

Extended Modules

Defined in:

cisco/dna_spaces/device.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def device_id : String #

[View source]
def email #

[View source]
def email_raw : String? #

[View source]
def first_name : String | Nil #

[View source]
def gender : String | Nil #

[View source]
def last_name : String | Nil #

[View source]
def mac_address : String #

We make this editable so we can store the formatted version here


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

We make this editable so we can store the formatted version here


[View source]
def manufacturer : String | Nil #

[View source]
def mobile : String | Nil #

[View source]
def os : String | Nil #

[View source]
def os_version : String | Nil #

[View source]
def postal_code : String | Nil #

[View source]
def tags : Array(String) #

[View source]
def type : String #

[View source]
def user_id : String #

[View source]