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

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

#bridge_idString?

Bridge ID for an igloo device.

Returns:

  • (String, nil)


665
666
667
# File 'lib/seam/resources/device.rb', line 665

def bridge_id
  @bridge_id
end

#device_idString?

Device ID for an igloo device.

Returns:

  • (String, nil)


668
669
670
# File 'lib/seam/resources/device.rb', line 668

def device_id
  @device_id
end

#modelString?

Model for an igloo device.

Returns:

  • (String, nil)


671
672
673
# File 'lib/seam/resources/device.rb', line 671

def model
  @model
end