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
#[], 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
#battery_level ⇒ String?
Battery level for a Salto device.
1025 1026 1027 |
# File 'lib/seam/resources/device.rb', line 1025 def battery_level @battery_level end |
#customer_reference ⇒ String?
Customer reference for a Salto device.
1028 1029 1030 |
# File 'lib/seam/resources/device.rb', line 1028 def customer_reference @customer_reference end |
#lock_id ⇒ String?
Lock ID for a Salto device.
1031 1032 1033 |
# File 'lib/seam/resources/device.rb', line 1031 def lock_id @lock_id end |
#lock_type ⇒ String?
Lock type for a Salto device.
1034 1035 1036 |
# File 'lib/seam/resources/device.rb', line 1034 def lock_type @lock_type end |
#locked_state ⇒ String?
Locked state for a Salto device.
1037 1038 1039 |
# File 'lib/seam/resources/device.rb', line 1037 def locked_state @locked_state end |
#model ⇒ String?
Model for a Salto device.
1040 1041 1042 |
# File 'lib/seam/resources/device.rb', line 1040 def model @model end |
#site_id ⇒ String?
Site ID for the Salto KS site to which the device belongs.
1043 1044 1045 |
# File 'lib/seam/resources/device.rb', line 1043 def site_id @site_id end |
#site_name ⇒ String?
Site name for the Salto KS site to which the device belongs.
1046 1047 1048 |
# File 'lib/seam/resources/device.rb', line 1046 def site_name @site_name end |