Class: Seam::Resources::Device::Properties::SaltoKsMetadata

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

#battery_levelObject

Battery level for a Salto KS device.



496
497
498
# File 'lib/seam/resources/device.rb', line 496

def battery_level
  @battery_level
end

#customer_referenceObject

Customer reference for a Salto KS device.



498
499
500
# File 'lib/seam/resources/device.rb', line 498

def customer_reference
  @customer_reference
end

#has_custom_pin_subscriptionObject

Indicates whether the site has a Salto KS subscription that supports custom PINs.



500
501
502
# File 'lib/seam/resources/device.rb', line 500

def has_custom_pin_subscription
  @has_custom_pin_subscription
end

#lock_idObject

Lock ID for a Salto KS device.



502
503
504
# File 'lib/seam/resources/device.rb', line 502

def lock_id
  @lock_id
end

#lock_typeObject

Lock type for a Salto KS device.



504
505
506
# File 'lib/seam/resources/device.rb', line 504

def lock_type
  @lock_type
end

#locked_stateObject

Locked state for a Salto KS device.



506
507
508
# File 'lib/seam/resources/device.rb', line 506

def locked_state
  @locked_state
end

#modelObject

Model for a Salto KS device.



508
509
510
# File 'lib/seam/resources/device.rb', line 508

def model
  @model
end

#site_idObject

Site ID for the Salto KS site to which the device belongs.



510
511
512
# File 'lib/seam/resources/device.rb', line 510

def site_id
  @site_id
end

#site_nameObject

Site name for the Salto KS site to which the device belongs.



512
513
514
# File 'lib/seam/resources/device.rb', line 512

def site_name
  @site_name
end