Class: Seam::Resources::Device::Properties::IglooMetadata

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 igloo device.



269
270
271
# File 'lib/seam/resources/device.rb', line 269

def bridge_id
  @bridge_id
end

#device_idObject

Device ID for an igloo device.



271
272
273
# File 'lib/seam/resources/device.rb', line 271

def device_id
  @device_id
end

#modelObject

Model for an igloo device.



273
274
275
# File 'lib/seam/resources/device.rb', line 273

def model
  @model
end