Class: Seam::Resources::ThermostatDailyProgram

Inherits:
BaseResource
  • Object
show all
Defined in:
lib/seam/routes/resources/thermostat_daily_program.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

Method Summary

Methods inherited from BaseResource

date_accessor, #initialize, #inspect, load_from_response, #update_from_response

Constructor Details

This class inherits a constructor from Seam::Resources::BaseResource

Instance Attribute Details

#device_idObject

Returns the value of attribute device_id.



6
7
8
# File 'lib/seam/routes/resources/thermostat_daily_program.rb', line 6

def device_id
  @device_id
end

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/seam/routes/resources/thermostat_daily_program.rb', line 6

def name
  @name
end

#periodsObject

Returns the value of attribute periods.



6
7
8
# File 'lib/seam/routes/resources/thermostat_daily_program.rb', line 6

def periods
  @periods
end

#thermostat_daily_program_idObject

Returns the value of attribute thermostat_daily_program_id.



6
7
8
# File 'lib/seam/routes/resources/thermostat_daily_program.rb', line 6

def thermostat_daily_program_id
  @thermostat_daily_program_id
end

#workspace_idObject

Returns the value of attribute workspace_id.



6
7
8
# File 'lib/seam/routes/resources/thermostat_daily_program.rb', line 6

def workspace_id
  @workspace_id
end