Class: Seam::Resources::Device::Properties::HoneywellResideoMetadata
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::Device::Properties::HoneywellResideoMetadata
- Defined in:
- lib/seam/resources/device.rb
Instance Attribute Summary collapse
-
#device_name ⇒ Object
Device name for a Honeywell Resideo device.
-
#honeywell_resideo_device_id ⇒ Object
Device ID for a Honeywell Resideo 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
#device_name ⇒ Object
Device name for a Honeywell Resideo device.
262 263 264 |
# File 'lib/seam/resources/device.rb', line 262 def device_name @device_name end |
#honeywell_resideo_device_id ⇒ Object
Device ID for a Honeywell Resideo device.
264 265 266 |
# File 'lib/seam/resources/device.rb', line 264 def honeywell_resideo_device_id @honeywell_resideo_device_id end |