class Gallagher::DoorDetails

Included Modules

Extended Modules

Defined in:

gallagher/rest_api_models.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, name : String, href : String) #

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

[View source]

Instance Method Detail

def href : String #

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

[View source]
def id : String #

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

[View source]
def name : String #

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

[View source]