Class: Seam::Resources::Device::Properties::TtlockMetadata::Features
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::Device::Properties::TtlockMetadata::Features
- Defined in:
- lib/seam/resources/device.rb
Instance Attribute Summary collapse
-
#auto_lock_time_config ⇒ Object
Indicates whether a TTLock device supports auto-lock time configuration.
-
#incomplete_keyboard_passcode ⇒ Object
Indicates whether a TTLock device supports an incomplete keyboard passcode.
-
#lock_command ⇒ Object
Indicates whether a TTLock device supports the lock command.
-
#passcode ⇒ Object
Indicates whether a TTLock device supports a passcode.
-
#passcode_management ⇒ Object
Indicates whether a TTLock device supports passcode management.
-
#unlock_via_gateway ⇒ Object
Indicates whether a TTLock device supports unlock via gateway.
-
#wifi ⇒ Object
Indicates whether a TTLock device supports Wi-Fi.
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
#auto_lock_time_config ⇒ Object
Indicates whether a TTLock device supports auto-lock time configuration.
601 602 603 |
# File 'lib/seam/resources/device.rb', line 601 def auto_lock_time_config @auto_lock_time_config end |
#incomplete_keyboard_passcode ⇒ Object
Indicates whether a TTLock device supports an incomplete keyboard passcode.
603 604 605 |
# File 'lib/seam/resources/device.rb', line 603 def incomplete_keyboard_passcode @incomplete_keyboard_passcode end |
#lock_command ⇒ Object
Indicates whether a TTLock device supports the lock command.
605 606 607 |
# File 'lib/seam/resources/device.rb', line 605 def lock_command @lock_command end |
#passcode ⇒ Object
Indicates whether a TTLock device supports a passcode.
607 608 609 |
# File 'lib/seam/resources/device.rb', line 607 def passcode @passcode end |
#passcode_management ⇒ Object
Indicates whether a TTLock device supports passcode management.
609 610 611 |
# File 'lib/seam/resources/device.rb', line 609 def passcode_management @passcode_management end |
#unlock_via_gateway ⇒ Object
Indicates whether a TTLock device supports unlock via gateway.
611 612 613 |
# File 'lib/seam/resources/device.rb', line 611 def unlock_via_gateway @unlock_via_gateway end |
#wifi ⇒ Object
Indicates whether a TTLock device supports Wi-Fi.
613 614 615 |
# File 'lib/seam/resources/device.rb', line 613 def wifi @wifi end |