Class: Seam::ClimateSettingSchedule
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::ClimateSettingSchedule
- Includes:
- ResourceErrorsSupport
- Defined in:
- lib/seam/resources/climate_setting_schedule.rb
Instance Attribute Summary collapse
-
#automatic_cooling_enabled ⇒ Object
Returns the value of attribute automatic_cooling_enabled.
-
#automatic_heating_enabled ⇒ Object
Returns the value of attribute automatic_heating_enabled.
-
#climate_setting_schedule_id ⇒ Object
Returns the value of attribute climate_setting_schedule_id.
-
#cooling_set_point_celsius ⇒ Object
Returns the value of attribute cooling_set_point_celsius.
-
#cooling_set_point_fahrenheit ⇒ Object
Returns the value of attribute cooling_set_point_fahrenheit.
-
#device_id ⇒ Object
Returns the value of attribute device_id.
-
#heating_set_point_celsius ⇒ Object
Returns the value of attribute heating_set_point_celsius.
-
#heating_set_point_fahrenheit ⇒ Object
Returns the value of attribute heating_set_point_fahrenheit.
-
#hvac_mode_setting ⇒ Object
Returns the value of attribute hvac_mode_setting.
-
#manual_override_allowed ⇒ Object
Returns the value of attribute manual_override_allowed.
-
#name ⇒ Object
Returns the value of attribute name.
-
#schedule_ends_at ⇒ Object
Returns the value of attribute schedule_ends_at.
-
#schedule_starts_at ⇒ Object
Returns the value of attribute schedule_starts_at.
-
#schedule_type ⇒ Object
Returns the value of attribute schedule_type.
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::BaseResource
Instance Attribute Details
#automatic_cooling_enabled ⇒ Object
Returns the value of attribute automatic_cooling_enabled.
5 6 7 |
# File 'lib/seam/resources/climate_setting_schedule.rb', line 5 def automatic_cooling_enabled @automatic_cooling_enabled end |
#automatic_heating_enabled ⇒ Object
Returns the value of attribute automatic_heating_enabled.
5 6 7 |
# File 'lib/seam/resources/climate_setting_schedule.rb', line 5 def automatic_heating_enabled @automatic_heating_enabled end |
#climate_setting_schedule_id ⇒ Object
Returns the value of attribute climate_setting_schedule_id.
5 6 7 |
# File 'lib/seam/resources/climate_setting_schedule.rb', line 5 def climate_setting_schedule_id @climate_setting_schedule_id end |
#cooling_set_point_celsius ⇒ Object
Returns the value of attribute cooling_set_point_celsius.
5 6 7 |
# File 'lib/seam/resources/climate_setting_schedule.rb', line 5 def cooling_set_point_celsius @cooling_set_point_celsius end |
#cooling_set_point_fahrenheit ⇒ Object
Returns the value of attribute cooling_set_point_fahrenheit.
5 6 7 |
# File 'lib/seam/resources/climate_setting_schedule.rb', line 5 def cooling_set_point_fahrenheit @cooling_set_point_fahrenheit end |
#device_id ⇒ Object
Returns the value of attribute device_id.
5 6 7 |
# File 'lib/seam/resources/climate_setting_schedule.rb', line 5 def device_id @device_id end |
#heating_set_point_celsius ⇒ Object
Returns the value of attribute heating_set_point_celsius.
5 6 7 |
# File 'lib/seam/resources/climate_setting_schedule.rb', line 5 def heating_set_point_celsius @heating_set_point_celsius end |
#heating_set_point_fahrenheit ⇒ Object
Returns the value of attribute heating_set_point_fahrenheit.
5 6 7 |
# File 'lib/seam/resources/climate_setting_schedule.rb', line 5 def heating_set_point_fahrenheit @heating_set_point_fahrenheit end |
#hvac_mode_setting ⇒ Object
Returns the value of attribute hvac_mode_setting.
5 6 7 |
# File 'lib/seam/resources/climate_setting_schedule.rb', line 5 def hvac_mode_setting @hvac_mode_setting end |
#manual_override_allowed ⇒ Object
Returns the value of attribute manual_override_allowed.
5 6 7 |
# File 'lib/seam/resources/climate_setting_schedule.rb', line 5 def manual_override_allowed @manual_override_allowed end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/seam/resources/climate_setting_schedule.rb', line 5 def name @name end |
#schedule_ends_at ⇒ Object
Returns the value of attribute schedule_ends_at.
5 6 7 |
# File 'lib/seam/resources/climate_setting_schedule.rb', line 5 def schedule_ends_at @schedule_ends_at end |
#schedule_starts_at ⇒ Object
Returns the value of attribute schedule_starts_at.
5 6 7 |
# File 'lib/seam/resources/climate_setting_schedule.rb', line 5 def schedule_starts_at @schedule_starts_at end |
#schedule_type ⇒ Object
Returns the value of attribute schedule_type.
5 6 7 |
# File 'lib/seam/resources/climate_setting_schedule.rb', line 5 def schedule_type @schedule_type end |