Class: Seam::Resources::Device::Properties::IglooMetadata
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::Device::Properties::IglooMetadata
- Defined in:
- lib/seam/resources/device.rb
Instance Attribute Summary collapse
-
#bridge_id ⇒ String?
Bridge ID for an igloo device.
-
#device_id ⇒ String?
Device ID for an igloo device.
-
#model ⇒ String?
Model for an igloo device.
Attributes inherited from BaseResource
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_id ⇒ String?
Bridge ID for an igloo device.
367 368 369 |
# File 'lib/seam/resources/device.rb', line 367 def bridge_id @bridge_id end |
#device_id ⇒ String?
Device ID for an igloo device.
370 371 372 |
# File 'lib/seam/resources/device.rb', line 370 def device_id @device_id end |
#model ⇒ String?
Model for an igloo device.
373 374 375 |
# File 'lib/seam/resources/device.rb', line 373 def model @model end |