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 ⇒ Object
Device ID for a Korelock device.
-
#device_name ⇒ Object
Device name for a Korelock device.
-
#firmware_version ⇒ Object
Firmware version for a Korelock device.
-
#location_id ⇒ Object
Location ID for a Korelock device.
-
#model_code ⇒ Object
Model code for a Korelock device.
-
#serial_number ⇒ Object
Serial number for a Korelock device.
-
#wifi_signal_strength ⇒ Object
WiFi signal strength (0-1) for a Korelock device.
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
#device_id ⇒ Object
Device ID for a Korelock device.
349 350 351 |
# File 'lib/seam/resources/device.rb', line 349 def device_id @device_id end |
#device_name ⇒ Object
Device name for a Korelock device.
351 352 353 |
# File 'lib/seam/resources/device.rb', line 351 def device_name @device_name end |
#firmware_version ⇒ Object
Firmware version for a Korelock device.
353 354 355 |
# File 'lib/seam/resources/device.rb', line 353 def firmware_version @firmware_version end |
#location_id ⇒ Object
Location ID for a Korelock device. Required for timebound access codes.
355 356 357 |
# File 'lib/seam/resources/device.rb', line 355 def location_id @location_id end |
#model_code ⇒ Object
Model code for a Korelock device.
357 358 359 |
# File 'lib/seam/resources/device.rb', line 357 def model_code @model_code end |
#serial_number ⇒ Object
Serial number for a Korelock device.
359 360 361 |
# File 'lib/seam/resources/device.rb', line 359 def serial_number @serial_number end |
#wifi_signal_strength ⇒ Object
WiFi signal strength (0-1) for a Korelock device.
361 362 363 |
# File 'lib/seam/resources/device.rb', line 361 def wifi_signal_strength @wifi_signal_strength end |