Class: Seam::Resources::Device::Properties::KorelockMetadata

Inherits:
BaseResource
  • Object
show all
Defined in:
lib/seam/resources/device.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

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_idObject

Device ID for a Korelock device.



349
350
351
# File 'lib/seam/resources/device.rb', line 349

def device_id
  @device_id
end

#device_nameObject

Device name for a Korelock device.



351
352
353
# File 'lib/seam/resources/device.rb', line 351

def device_name
  @device_name
end

#firmware_versionObject

Firmware version for a Korelock device.



353
354
355
# File 'lib/seam/resources/device.rb', line 353

def firmware_version
  @firmware_version
end

#location_idObject

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_codeObject

Model code for a Korelock device.



357
358
359
# File 'lib/seam/resources/device.rb', line 357

def model_code
  @model_code
end

#serial_numberObject

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_strengthObject

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