Class: Seam::Resources::ThermostatSchedule
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::ThermostatSchedule
- Includes:
- ResourceErrorsSupport
- Defined in:
- lib/seam/routes/resources/thermostat_schedule.rb
Instance Attribute Summary collapse
-
#climate_preset_key ⇒ Object
Returns the value of attribute climate_preset_key.
-
#device_id ⇒ Object
Returns the value of attribute device_id.
-
#is_override_allowed ⇒ Object
Returns the value of attribute is_override_allowed.
-
#max_override_period_minutes ⇒ Object
Returns the value of attribute max_override_period_minutes.
-
#name ⇒ Object
Returns the value of attribute name.
-
#thermostat_schedule_id ⇒ Object
Returns the value of attribute thermostat_schedule_id.
-
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
Attributes inherited from BaseResource
Method Summary
Methods included from ResourceErrorsSupport
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
#climate_preset_key ⇒ Object
Returns the value of attribute climate_preset_key.
6 7 8 |
# File 'lib/seam/routes/resources/thermostat_schedule.rb', line 6 def climate_preset_key @climate_preset_key end |
#device_id ⇒ Object
Returns the value of attribute device_id.
6 7 8 |
# File 'lib/seam/routes/resources/thermostat_schedule.rb', line 6 def device_id @device_id end |
#is_override_allowed ⇒ Object
Returns the value of attribute is_override_allowed.
6 7 8 |
# File 'lib/seam/routes/resources/thermostat_schedule.rb', line 6 def is_override_allowed @is_override_allowed end |
#max_override_period_minutes ⇒ Object
Returns the value of attribute max_override_period_minutes.
6 7 8 |
# File 'lib/seam/routes/resources/thermostat_schedule.rb', line 6 def max_override_period_minutes @max_override_period_minutes end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/seam/routes/resources/thermostat_schedule.rb', line 6 def name @name end |
#thermostat_schedule_id ⇒ Object
Returns the value of attribute thermostat_schedule_id.
6 7 8 |
# File 'lib/seam/routes/resources/thermostat_schedule.rb', line 6 def thermostat_schedule_id @thermostat_schedule_id end |
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
6 7 8 |
# File 'lib/seam/routes/resources/thermostat_schedule.rb', line 6 def workspace_id @workspace_id end |