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

#[], 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_nameObject

Device name for an ecobee device.



239
240
241
# File 'lib/seam/resources/device.rb', line 239

def device_name
  @device_name
end

#ecobee_device_idObject

Device ID for an ecobee device.



241
242
243
# File 'lib/seam/resources/device.rb', line 241

def ecobee_device_id
  @ecobee_device_id
end