struct Delta::Models::Device

Included Modules

Extended Modules

Defined in:

delta/models/device.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : UInt32, base : String, node_type : String, display_name : String) #

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

[View source]

Instance Method Detail

def base : String #

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

[View source]
def display_name : String #

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

[View source]
def id : UInt32 #

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

[View source]
def node_type : String #

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

[View source]