Class: Seam::Resources::Device::Properties::AugustMetadata

Inherits:
BaseResource
  • Object
show all
Defined in:
lib/seam/resources/device.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

Method Summary

Methods inherited from BaseResource

#[], date_accessor, #initialize, #inspect, load_from_response, resource_accessor, resource_accessors, resource_list_accessor, resource_list_accessors, #update_from_response

Constructor Details

This class inherits a constructor from Seam::Resources::BaseResource

Instance Attribute Details

#has_keypadObject

Indicates whether an August device has a keypad.



145
146
147
# File 'lib/seam/resources/device.rb', line 145

def has_keypad
  @has_keypad
end

#house_idObject

House ID for an August device.



147
148
149
# File 'lib/seam/resources/device.rb', line 147

def house_id
  @house_id
end

#house_nameObject

House name for an August device.



149
150
151
# File 'lib/seam/resources/device.rb', line 149

def house_name
  @house_name
end

#keypad_battery_levelObject

Keypad battery level for an August device.



151
152
153
# File 'lib/seam/resources/device.rb', line 151

def keypad_battery_level
  @keypad_battery_level
end

#lock_idObject

Lock ID for an August device.



153
154
155
# File 'lib/seam/resources/device.rb', line 153

def lock_id
  @lock_id
end

#lock_nameObject

Lock name for an August device.



155
156
157
# File 'lib/seam/resources/device.rb', line 155

def lock_name
  @lock_name
end

#modelObject

Model for an August device.



157
158
159
# File 'lib/seam/resources/device.rb', line 157

def model
  @model
end