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
#[], aliased_accessor, attribute_aliases, date_accessor, discriminated_by, #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.
496 497 498 |
# File 'lib/seam/resources/device.rb', line 496 def has_keypad @has_keypad end |
#house_id ⇒ String?
House ID for an August device.
499 500 501 |
# File 'lib/seam/resources/device.rb', line 499 def house_id @house_id end |
#house_name ⇒ String?
House name for an August device.
502 503 504 |
# File 'lib/seam/resources/device.rb', line 502 def house_name @house_name end |
#keypad_battery_level ⇒ String?
Keypad battery level for an August device.
505 506 507 |
# File 'lib/seam/resources/device.rb', line 505 def keypad_battery_level @keypad_battery_level end |
#lock_id ⇒ String?
Lock ID for an August device.
508 509 510 |
# File 'lib/seam/resources/device.rb', line 508 def lock_id @lock_id end |
#lock_name ⇒ String?
Lock name for an August device.
511 512 513 |
# File 'lib/seam/resources/device.rb', line 511 def lock_name @lock_name end |
#model ⇒ String?
Model for an August device.
514 515 516 |
# File 'lib/seam/resources/device.rb', line 514 def model @model end |