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 ⇒ String?
Device name for a Honeywell Resideo device.
-
#honeywell_resideo_device_id ⇒ String?
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 ⇒ String?
Device name for a Honeywell Resideo device.
358 359 360 |
# File 'lib/seam/resources/device.rb', line 358 def device_name @device_name end |
#honeywell_resideo_device_id ⇒ String?
Device ID for a Honeywell Resideo device.
361 362 363 |
# File 'lib/seam/resources/device.rb', line 361 def honeywell_resideo_device_id @honeywell_resideo_device_id end |