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 ⇒ String?
Battery level for a Salto device.
-
#customer_reference ⇒ String?
Customer reference for a Salto device.
-
#lock_id ⇒ String?
Lock ID for a Salto device.
-
#lock_type ⇒ String?
Lock type for a Salto device.
-
#locked_state ⇒ String?
Locked state for a Salto device.
-
#model ⇒ String?
Model for a Salto device.
-
#site_id ⇒ String?
Site ID for the Salto KS site to which the device belongs.
-
#site_name ⇒ String?
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 ⇒ String?
Battery level for a Salto device.
724 725 726 |
# File 'lib/seam/resources/device.rb', line 724 def battery_level @battery_level end |
#customer_reference ⇒ String?
Customer reference for a Salto device.
727 728 729 |
# File 'lib/seam/resources/device.rb', line 727 def customer_reference @customer_reference end |
#lock_id ⇒ String?
Lock ID for a Salto device.
730 731 732 |
# File 'lib/seam/resources/device.rb', line 730 def lock_id @lock_id end |
#lock_type ⇒ String?
Lock type for a Salto device.
733 734 735 |
# File 'lib/seam/resources/device.rb', line 733 def lock_type @lock_type end |
#locked_state ⇒ String?
Locked state for a Salto device.
736 737 738 |
# File 'lib/seam/resources/device.rb', line 736 def locked_state @locked_state end |
#model ⇒ String?
Model for a Salto device.
739 740 741 |
# File 'lib/seam/resources/device.rb', line 739 def model @model end |
#site_id ⇒ String?
Site ID for the Salto KS site to which the device belongs.
742 743 744 |
# File 'lib/seam/resources/device.rb', line 742 def site_id @site_id end |
#site_name ⇒ String?
Site name for the Salto KS site to which the device belongs.
745 746 747 |
# File 'lib/seam/resources/device.rb', line 745 def site_name @site_name end |