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_idString?

Bridge ID for an igloo device.

Returns:

  • (String, nil)


367
368
369
# File 'lib/seam/resources/device.rb', line 367

def bridge_id
  @bridge_id
end

#device_idString?

Device ID for an igloo device.

Returns:

  • (String, nil)


370
371
372
# File 'lib/seam/resources/device.rb', line 370

def device_id
  @device_id
end

#modelString?

Model for an igloo device.

Returns:

  • (String, nil)


373
374
375
# File 'lib/seam/resources/device.rb', line 373

def model
  @model
end