Class: Seam::Resources::Device::Properties::EcobeeMetadata

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

#[], aliased_accessor, attribute_aliases, date_accessor, discriminated_by, #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 an ecobee device.

Returns:

  • (String, nil)


626
627
628
# File 'lib/seam/resources/device.rb', line 626

def device_name
  @device_name
end

#ecobee_device_idString?

Device ID for an ecobee device.

Returns:

  • (String, nil)


629
630
631
# File 'lib/seam/resources/device.rb', line 629

def ecobee_device_id
  @ecobee_device_id
end