Class: Seam::ClimateSettingSchedule

Inherits:
BaseResource show all
Includes:
ResourceErrorsSupport
Defined in:
lib/seam/resources/climate_setting_schedule.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

Method Summary

Methods included from ResourceErrorsSupport

#errors

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_enabledObject

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_enabledObject

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_idObject

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_celsiusObject

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_fahrenheitObject

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_idObject

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_celsiusObject

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_fahrenheitObject

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_settingObject

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_allowedObject

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

#nameObject

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_atObject

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_atObject

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_typeObject

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