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 ⇒ Object
Indicates whether an August device has a keypad.
-
#house_id ⇒ Object
House ID for an August device.
-
#house_name ⇒ Object
House name for an August device.
-
#keypad_battery_level ⇒ Object
Keypad battery level for an August device.
-
#lock_id ⇒ Object
Lock ID for an August device.
-
#lock_name ⇒ Object
Lock name for an August device.
-
#model ⇒ Object
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 ⇒ Object
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_id ⇒ Object
House ID for an August device.
147 148 149 |
# File 'lib/seam/resources/device.rb', line 147 def house_id @house_id end |
#house_name ⇒ Object
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_level ⇒ Object
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_id ⇒ Object
Lock ID for an August device.
153 154 155 |
# File 'lib/seam/resources/device.rb', line 153 def lock_id @lock_id end |
#lock_name ⇒ Object
Lock name for an August device.
155 156 157 |
# File 'lib/seam/resources/device.rb', line 155 def lock_name @lock_name end |
#model ⇒ Object
Model for an August device.
157 158 159 |
# File 'lib/seam/resources/device.rb', line 157 def model @model end |