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 ⇒ String?
Battery level for a Salto KS device.
-
#customer_reference ⇒ String?
Customer reference for a Salto KS device.
-
#has_custom_pin_subscription ⇒ Boolean?
Indicates whether the site has a Salto KS subscription that supports custom PINs.
-
#lock_id ⇒ String?
Lock ID for a Salto KS device.
-
#lock_type ⇒ String?
Lock type for a Salto KS device.
-
#locked_state ⇒ String?
Locked state for a Salto KS device.
-
#model ⇒ String?
Model for a Salto KS 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 KS device.
694 695 696 |
# File 'lib/seam/resources/device.rb', line 694 def battery_level @battery_level end |
#customer_reference ⇒ String?
Customer reference for a Salto KS device.
697 698 699 |
# File 'lib/seam/resources/device.rb', line 697 def customer_reference @customer_reference end |
#has_custom_pin_subscription ⇒ Boolean?
Indicates whether the site has a Salto KS subscription that supports custom PINs.
700 701 702 |
# File 'lib/seam/resources/device.rb', line 700 def has_custom_pin_subscription @has_custom_pin_subscription end |
#lock_id ⇒ String?
Lock ID for a Salto KS device.
703 704 705 |
# File 'lib/seam/resources/device.rb', line 703 def lock_id @lock_id end |
#lock_type ⇒ String?
Lock type for a Salto KS device.
706 707 708 |
# File 'lib/seam/resources/device.rb', line 706 def lock_type @lock_type end |
#locked_state ⇒ String?
Locked state for a Salto KS device.
709 710 711 |
# File 'lib/seam/resources/device.rb', line 709 def locked_state @locked_state end |
#model ⇒ String?
Model for a Salto KS device.
712 713 714 |
# File 'lib/seam/resources/device.rb', line 712 def model @model end |
#site_id ⇒ String?
Site ID for the Salto KS site to which the device belongs.
715 716 717 |
# File 'lib/seam/resources/device.rb', line 715 def site_id @site_id end |
#site_name ⇒ String?
Site name for the Salto KS site to which the device belongs.
718 719 720 |
# File 'lib/seam/resources/device.rb', line 718 def site_name @site_name end |