Class: Seam::Resources::Device::Properties::SaltoMetadata
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::Device::Properties::SaltoMetadata
- Defined in:
- lib/seam/resources/device.rb
Instance Attribute Summary collapse
-
#battery_level ⇒ Object
Battery level for a Salto device.
-
#customer_reference ⇒ Object
Customer reference for a Salto device.
-
#lock_id ⇒ Object
Lock ID for a Salto device.
-
#lock_type ⇒ Object
Lock type for a Salto device.
-
#locked_state ⇒ Object
Locked state for a Salto device.
-
#model ⇒ Object
Model for a Salto device.
-
#site_id ⇒ Object
Site ID for the Salto KS site to which the device belongs.
-
#site_name ⇒ Object
Site name for the Salto KS site to which the device belongs.
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
#battery_level ⇒ Object
Battery level for a Salto device.
517 518 519 |
# File 'lib/seam/resources/device.rb', line 517 def battery_level @battery_level end |
#customer_reference ⇒ Object
Customer reference for a Salto device.
519 520 521 |
# File 'lib/seam/resources/device.rb', line 519 def customer_reference @customer_reference end |
#lock_id ⇒ Object
Lock ID for a Salto device.
521 522 523 |
# File 'lib/seam/resources/device.rb', line 521 def lock_id @lock_id end |
#lock_type ⇒ Object
Lock type for a Salto device.
523 524 525 |
# File 'lib/seam/resources/device.rb', line 523 def lock_type @lock_type end |
#locked_state ⇒ Object
Locked state for a Salto device.
525 526 527 |
# File 'lib/seam/resources/device.rb', line 525 def locked_state @locked_state end |
#model ⇒ Object
Model for a Salto device.
527 528 529 |
# File 'lib/seam/resources/device.rb', line 527 def model @model end |
#site_id ⇒ Object
Site ID for the Salto KS site to which the device belongs.
529 530 531 |
# File 'lib/seam/resources/device.rb', line 529 def site_id @site_id end |
#site_name ⇒ Object
Site name for the Salto KS site to which the device belongs.
531 532 533 |
# File 'lib/seam/resources/device.rb', line 531 def site_name @site_name end |