Class: Seam::Resources::ThermostatSchedule

Inherits:
BaseResource show all
Includes:
ResourceErrorsSupport
Defined in:
lib/seam/routes/resources/thermostat_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::Resources::BaseResource

Instance Attribute Details

#climate_preset_keyObject

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_idObject

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_allowedObject

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_minutesObject

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

#nameObject

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_idObject

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_idObject

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