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

#[], 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_idString?

Device ID for a Korelock device.

Returns:

  • (String, nil)


779
780
781
# File 'lib/seam/resources/device.rb', line 779

def device_id
  @device_id
end

#device_nameString?

Device name for a Korelock device.

Returns:

  • (String, nil)


782
783
784
# File 'lib/seam/resources/device.rb', line 782

def device_name
  @device_name
end

#firmware_versionString?

Firmware version for a Korelock device.

Returns:

  • (String, nil)


785
786
787
# File 'lib/seam/resources/device.rb', line 785

def firmware_version
  @firmware_version
end

#location_idString?

Location ID for a Korelock device. Required for timebound access codes.

Returns:

  • (String, nil)


788
789
790
# File 'lib/seam/resources/device.rb', line 788

def location_id
  @location_id
end

#model_codeString?

Model code for a Korelock device.

Returns:

  • (String, nil)


791
792
793
# File 'lib/seam/resources/device.rb', line 791

def model_code
  @model_code
end

#serial_numberString?

Serial number for a Korelock device.

Returns:

  • (String, nil)


794
795
796
# File 'lib/seam/resources/device.rb', line 794

def serial_number
  @serial_number
end

#wifi_signal_strengthFloat?

WiFi signal strength (0-1) for a Korelock device.

Returns:

  • (Float, nil)


797
798
799
# File 'lib/seam/resources/device.rb', line 797

def wifi_signal_strength
  @wifi_signal_strength
end