Class: Seam::Resources::Device::Properties::HoneywellResideoMetadata

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

#device_nameString?

Device name for a Honeywell Resideo device.

Returns:

  • (String, nil)


358
359
360
# File 'lib/seam/resources/device.rb', line 358

def device_name
  @device_name
end

#honeywell_resideo_device_idString?

Device ID for a Honeywell Resideo device.

Returns:

  • (String, nil)


361
362
363
# File 'lib/seam/resources/device.rb', line 361

def honeywell_resideo_device_id
  @honeywell_resideo_device_id
end