Class: Seam::Resources::Device::Properties::AugustMetadata
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::Device::Properties::AugustMetadata
- Defined in:
- lib/seam/resources/device.rb
Instance Attribute Summary collapse
-
#has_keypad ⇒ Boolean?
Indicates whether an August device has a keypad.
-
#house_id ⇒ String?
House ID for an August device.
-
#house_name ⇒ String?
House name for an August device.
-
#keypad_battery_level ⇒ String?
Keypad battery level for an August device.
-
#lock_id ⇒ String?
Lock ID for an August device.
-
#lock_name ⇒ String?
Lock name for an August device.
-
#model ⇒ String?
Model for an August device.
Attributes inherited from BaseResource
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_keypad ⇒ Boolean?
Indicates whether an August device has a keypad.
198 199 200 |
# File 'lib/seam/resources/device.rb', line 198 def has_keypad @has_keypad end |
#house_id ⇒ String?
House ID for an August device.
201 202 203 |
# File 'lib/seam/resources/device.rb', line 201 def house_id @house_id end |
#house_name ⇒ String?
House name for an August device.
204 205 206 |
# File 'lib/seam/resources/device.rb', line 204 def house_name @house_name end |
#keypad_battery_level ⇒ String?
Keypad battery level for an August device.
207 208 209 |
# File 'lib/seam/resources/device.rb', line 207 def keypad_battery_level @keypad_battery_level end |
#lock_id ⇒ String?
Lock ID for an August device.
210 211 212 |
# File 'lib/seam/resources/device.rb', line 210 def lock_id @lock_id end |
#lock_name ⇒ String?
Lock name for an August device.
213 214 215 |
# File 'lib/seam/resources/device.rb', line 213 def lock_name @lock_name end |
#model ⇒ String?
Model for an August device.
216 217 218 |
# File 'lib/seam/resources/device.rb', line 216 def model @model end |