Class: Seam::Resources::Device::Properties::IgloohomeMetadata

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

#bridge_idObject

Bridge ID for an igloohome device.



278
279
280
# File 'lib/seam/resources/device.rb', line 278

def bridge_id
  @bridge_id
end

#bridge_nameObject

Bridge name for an igloohome device.



280
281
282
# File 'lib/seam/resources/device.rb', line 280

def bridge_name
  @bridge_name
end

#device_idObject

Device ID for an igloohome device.



282
283
284
# File 'lib/seam/resources/device.rb', line 282

def device_id
  @device_id
end

#device_nameObject

Device name for an igloohome device.



284
285
286
# File 'lib/seam/resources/device.rb', line 284

def device_name
  @device_name
end

#is_accessory_keypad_linked_to_bridgeObject

Indicates whether a keypad is linked to a bridge for an igloohome device.



286
287
288
# File 'lib/seam/resources/device.rb', line 286

def is_accessory_keypad_linked_to_bridge
  @is_accessory_keypad_linked_to_bridge
end

#keypad_idObject

Keypad ID for an igloohome device.



288
289
290
# File 'lib/seam/resources/device.rb', line 288

def keypad_id
  @keypad_id
end