Class: Seam::Resources::ThermostatDailyProgram
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::ThermostatDailyProgram
- Defined in:
- lib/seam/routes/resources/thermostat_daily_program.rb
Instance Attribute Summary collapse
-
#device_id ⇒ Object
Returns the value of attribute device_id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#periods ⇒ Object
Returns the value of attribute periods.
-
#thermostat_daily_program_id ⇒ Object
Returns the value of attribute thermostat_daily_program_id.
-
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
Attributes inherited from BaseResource
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_id ⇒ Object
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 |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/seam/routes/resources/thermostat_daily_program.rb', line 6 def name @name end |
#periods ⇒ Object
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_id ⇒ Object
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_id ⇒ Object
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 |