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 ⇒ Boolean?
Indicates whether a TTLock device supports auto-lock time configuration.
-
#incomplete_keyboard_passcode ⇒ Boolean?
Indicates whether a TTLock device supports an incomplete keyboard passcode.
-
#lock_command ⇒ Boolean?
Indicates whether a TTLock device supports the lock command.
-
#passcode ⇒ Boolean?
Indicates whether a TTLock device supports a passcode.
-
#passcode_management ⇒ Boolean?
Indicates whether a TTLock device supports passcode management.
-
#unlock_via_gateway ⇒ Boolean?
Indicates whether a TTLock device supports unlock via gateway.
-
#wifi ⇒ Boolean?
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 ⇒ Boolean?
Indicates whether a TTLock device supports auto-lock time configuration.
842 843 844 |
# File 'lib/seam/resources/device.rb', line 842 def auto_lock_time_config @auto_lock_time_config end |
#incomplete_keyboard_passcode ⇒ Boolean?
Indicates whether a TTLock device supports an incomplete keyboard passcode.
845 846 847 |
# File 'lib/seam/resources/device.rb', line 845 def incomplete_keyboard_passcode @incomplete_keyboard_passcode end |
#lock_command ⇒ Boolean?
Indicates whether a TTLock device supports the lock command.
848 849 850 |
# File 'lib/seam/resources/device.rb', line 848 def lock_command @lock_command end |
#passcode ⇒ Boolean?
Indicates whether a TTLock device supports a passcode.
851 852 853 |
# File 'lib/seam/resources/device.rb', line 851 def passcode @passcode end |
#passcode_management ⇒ Boolean?
Indicates whether a TTLock device supports passcode management.
854 855 856 |
# File 'lib/seam/resources/device.rb', line 854 def passcode_management @passcode_management end |
#unlock_via_gateway ⇒ Boolean?
Indicates whether a TTLock device supports unlock via gateway.
857 858 859 |
# File 'lib/seam/resources/device.rb', line 857 def unlock_via_gateway @unlock_via_gateway end |
#wifi ⇒ Boolean?
Indicates whether a TTLock device supports Wi-Fi.
860 861 862 |
# File 'lib/seam/resources/device.rb', line 860 def wifi @wifi end |