Class: Seam::Resources::SeamEvent

Inherits:
BaseResource show all
Defined in:
lib/seam/routes/resources/event.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

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

#acs_credential_idObject

Returns the value of attribute acs_credential_id.



6
7
8
# File 'lib/seam/routes/resources/event.rb', line 6

def acs_credential_id
  @acs_credential_id
end

#acs_system_idObject

Returns the value of attribute acs_system_id.



6
7
8
# File 'lib/seam/routes/resources/event.rb', line 6

def acs_system_id
  @acs_system_id
end

#acs_user_idObject

Returns the value of attribute acs_user_id.



6
7
8
# File 'lib/seam/routes/resources/event.rb', line 6

def acs_user_id
  @acs_user_id
end

#action_attempt_idObject

Returns the value of attribute action_attempt_id.



6
7
8
# File 'lib/seam/routes/resources/event.rb', line 6

def action_attempt_id
  @action_attempt_id
end

#client_session_idObject

Returns the value of attribute client_session_id.



6
7
8
# File 'lib/seam/routes/resources/event.rb', line 6

def client_session_id
  @client_session_id
end

#climate_preset_keyObject

Returns the value of attribute climate_preset_key.



6
7
8
# File 'lib/seam/routes/resources/event.rb', line 6

def climate_preset_key
  @climate_preset_key
end

#cooling_set_point_celsiusObject

Returns the value of attribute cooling_set_point_celsius.



6
7
8
# File 'lib/seam/routes/resources/event.rb', line 6

def cooling_set_point_celsius
  @cooling_set_point_celsius
end

#cooling_set_point_fahrenheitObject

Returns the value of attribute cooling_set_point_fahrenheit.



6
7
8
# File 'lib/seam/routes/resources/event.rb', line 6

def cooling_set_point_fahrenheit
  @cooling_set_point_fahrenheit
end

#device_idObject

Returns the value of attribute device_id.



6
7
8
# File 'lib/seam/routes/resources/event.rb', line 6

def device_id
  @device_id
end

#enrollment_automation_idObject

Returns the value of attribute enrollment_automation_id.



6
7
8
# File 'lib/seam/routes/resources/event.rb', line 6

def enrollment_automation_id
  @enrollment_automation_id
end

#event_descriptionObject

Returns the value of attribute event_description.



6
7
8
# File 'lib/seam/routes/resources/event.rb', line 6

def event_description
  @event_description
end

#event_idObject

Returns the value of attribute event_id.



6
7
8
# File 'lib/seam/routes/resources/event.rb', line 6

def event_id
  @event_id
end

#event_typeObject

Returns the value of attribute event_type.



6
7
8
# File 'lib/seam/routes/resources/event.rb', line 6

def event_type
  @event_type
end

#fan_mode_settingObject

Returns the value of attribute fan_mode_setting.



6
7
8
# File 'lib/seam/routes/resources/event.rb', line 6

def fan_mode_setting
  @fan_mode_setting
end

#heating_set_point_celsiusObject

Returns the value of attribute heating_set_point_celsius.



6
7
8
# File 'lib/seam/routes/resources/event.rb', line 6

def heating_set_point_celsius
  @heating_set_point_celsius
end

#heating_set_point_fahrenheitObject

Returns the value of attribute heating_set_point_fahrenheit.



6
7
8
# File 'lib/seam/routes/resources/event.rb', line 6

def heating_set_point_fahrenheit
  @heating_set_point_fahrenheit
end

#hvac_mode_settingObject

Returns the value of attribute hvac_mode_setting.



6
7
8
# File 'lib/seam/routes/resources/event.rb', line 6

def hvac_mode_setting
  @hvac_mode_setting
end

#is_fallback_climate_presetObject

Returns the value of attribute is_fallback_climate_preset.



6
7
8
# File 'lib/seam/routes/resources/event.rb', line 6

def is_fallback_climate_preset
  @is_fallback_climate_preset
end

#methodObject

Returns the value of attribute method.



6
7
8
# File 'lib/seam/routes/resources/event.rb', line 6

def method
  @method
end

#thermostat_schedule_idObject

Returns the value of attribute thermostat_schedule_id.



6
7
8
# File 'lib/seam/routes/resources/event.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/event.rb', line 6

def workspace_id
  @workspace_id
end