Class: Seam::Resources::Device::Properties::SaltoKsMetadata
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::Device::Properties::SaltoKsMetadata
- Defined in:
- lib/seam/resources/device.rb
Instance Attribute Summary collapse
-
#battery_level ⇒ Object
Battery level for a Salto KS device.
-
#customer_reference ⇒ Object
Customer reference for a Salto KS device.
-
#has_custom_pin_subscription ⇒ Object
Indicates whether the site has a Salto KS subscription that supports custom PINs.
-
#lock_id ⇒ Object
Lock ID for a Salto KS device.
-
#lock_type ⇒ Object
Lock type for a Salto KS device.
-
#locked_state ⇒ Object
Locked state for a Salto KS device.
-
#model ⇒ Object
Model for a Salto KS 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 KS device.
496 497 498 |
# File 'lib/seam/resources/device.rb', line 496 def battery_level @battery_level end |
#customer_reference ⇒ Object
Customer reference for a Salto KS device.
498 499 500 |
# File 'lib/seam/resources/device.rb', line 498 def customer_reference @customer_reference end |
#has_custom_pin_subscription ⇒ Object
Indicates whether the site has a Salto KS subscription that supports custom PINs.
500 501 502 |
# File 'lib/seam/resources/device.rb', line 500 def has_custom_pin_subscription @has_custom_pin_subscription end |
#lock_id ⇒ Object
Lock ID for a Salto KS device.
502 503 504 |
# File 'lib/seam/resources/device.rb', line 502 def lock_id @lock_id end |
#lock_type ⇒ Object
Lock type for a Salto KS device.
504 505 506 |
# File 'lib/seam/resources/device.rb', line 504 def lock_type @lock_type end |
#locked_state ⇒ Object
Locked state for a Salto KS device.
506 507 508 |
# File 'lib/seam/resources/device.rb', line 506 def locked_state @locked_state end |
#model ⇒ Object
Model for a Salto KS device.
508 509 510 |
# File 'lib/seam/resources/device.rb', line 508 def model @model end |
#site_id ⇒ Object
Site ID for the Salto KS site to which the device belongs.
510 511 512 |
# File 'lib/seam/resources/device.rb', line 510 def site_id @site_id end |
#site_name ⇒ Object
Site name for the Salto KS site to which the device belongs.
512 513 514 |
# File 'lib/seam/resources/device.rb', line 512 def site_name @site_name end |