Class: Seam::Resources::Device::Properties::KorelockMetadata
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::Device::Properties::KorelockMetadata
- Defined in:
- lib/seam/resources/device.rb
Instance Attribute Summary collapse
-
#device_id ⇒ String?
Device ID for a Korelock device.
-
#device_name ⇒ String?
Device name for a Korelock device.
-
#firmware_version ⇒ String?
Firmware version for a Korelock device.
-
#location_id ⇒ String?
Location ID for a Korelock device.
-
#model_code ⇒ String?
Model code for a Korelock device.
-
#serial_number ⇒ String?
Serial number for a Korelock device.
-
#wifi_signal_strength ⇒ Float?
WiFi signal strength (0-1) for a Korelock device.
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
#device_id ⇒ String?
Device ID for a Korelock device.
779 780 781 |
# File 'lib/seam/resources/device.rb', line 779 def device_id @device_id end |
#device_name ⇒ String?
Device name for a Korelock device.
782 783 784 |
# File 'lib/seam/resources/device.rb', line 782 def device_name @device_name end |
#firmware_version ⇒ String?
Firmware version for a Korelock device.
785 786 787 |
# File 'lib/seam/resources/device.rb', line 785 def firmware_version @firmware_version end |
#location_id ⇒ String?
Location ID for a Korelock device. Required for timebound access codes.
788 789 790 |
# File 'lib/seam/resources/device.rb', line 788 def location_id @location_id end |
#model_code ⇒ String?
Model code for a Korelock device.
791 792 793 |
# File 'lib/seam/resources/device.rb', line 791 def model_code @model_code end |
#serial_number ⇒ String?
Serial number for a Korelock device.
794 795 796 |
# File 'lib/seam/resources/device.rb', line 794 def serial_number @serial_number end |
#wifi_signal_strength ⇒ Float?
WiFi signal strength (0-1) for a Korelock device.
797 798 799 |
# File 'lib/seam/resources/device.rb', line 797 def wifi_signal_strength @wifi_signal_strength end |