Class: Seam::Resources::DeviceProvider
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::DeviceProvider
- Defined in:
- lib/seam/routes/resources/device_provider.rb
Instance Attribute Summary collapse
-
#can_configure_auto_lock ⇒ Object
Returns the value of attribute can_configure_auto_lock.
-
#can_hvac_cool ⇒ Object
Returns the value of attribute can_hvac_cool.
-
#can_hvac_heat ⇒ Object
Returns the value of attribute can_hvac_heat.
-
#can_hvac_heat_cool ⇒ Object
Returns the value of attribute can_hvac_heat_cool.
-
#can_program_offline_access_codes ⇒ Object
Returns the value of attribute can_program_offline_access_codes.
-
#can_program_online_access_codes ⇒ Object
Returns the value of attribute can_program_online_access_codes.
-
#can_program_thermostat_programs_as_different_each_day ⇒ Object
Returns the value of attribute can_program_thermostat_programs_as_different_each_day.
-
#can_program_thermostat_programs_as_same_each_day ⇒ Object
Returns the value of attribute can_program_thermostat_programs_as_same_each_day.
-
#can_program_thermostat_programs_as_weekday_weekend ⇒ Object
Returns the value of attribute can_program_thermostat_programs_as_weekday_weekend.
-
#can_remotely_lock ⇒ Object
Returns the value of attribute can_remotely_lock.
-
#can_remotely_unlock ⇒ Object
Returns the value of attribute can_remotely_unlock.
-
#can_run_thermostat_programs ⇒ Object
Returns the value of attribute can_run_thermostat_programs.
-
#can_simulate_connection ⇒ Object
Returns the value of attribute can_simulate_connection.
-
#can_simulate_disconnection ⇒ Object
Returns the value of attribute can_simulate_disconnection.
-
#can_simulate_hub_connection ⇒ Object
Returns the value of attribute can_simulate_hub_connection.
-
#can_simulate_hub_disconnection ⇒ Object
Returns the value of attribute can_simulate_hub_disconnection.
-
#can_simulate_paid_subscription ⇒ Object
Returns the value of attribute can_simulate_paid_subscription.
-
#can_simulate_removal ⇒ Object
Returns the value of attribute can_simulate_removal.
-
#can_turn_off_hvac ⇒ Object
Returns the value of attribute can_turn_off_hvac.
-
#can_unlock_with_code ⇒ Object
Returns the value of attribute can_unlock_with_code.
-
#device_provider_name ⇒ Object
Returns the value of attribute device_provider_name.
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#image_url ⇒ Object
Returns the value of attribute image_url.
-
#provider_categories ⇒ Object
Returns the value of attribute provider_categories.
Attributes inherited from BaseResource
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
#can_configure_auto_lock ⇒ Object
Returns the value of attribute can_configure_auto_lock.
6 7 8 |
# File 'lib/seam/routes/resources/device_provider.rb', line 6 def can_configure_auto_lock @can_configure_auto_lock end |
#can_hvac_cool ⇒ Object
Returns the value of attribute can_hvac_cool.
6 7 8 |
# File 'lib/seam/routes/resources/device_provider.rb', line 6 def can_hvac_cool @can_hvac_cool end |
#can_hvac_heat ⇒ Object
Returns the value of attribute can_hvac_heat.
6 7 8 |
# File 'lib/seam/routes/resources/device_provider.rb', line 6 def can_hvac_heat @can_hvac_heat end |
#can_hvac_heat_cool ⇒ Object
Returns the value of attribute can_hvac_heat_cool.
6 7 8 |
# File 'lib/seam/routes/resources/device_provider.rb', line 6 def can_hvac_heat_cool @can_hvac_heat_cool end |
#can_program_offline_access_codes ⇒ Object
Returns the value of attribute can_program_offline_access_codes.
6 7 8 |
# File 'lib/seam/routes/resources/device_provider.rb', line 6 def can_program_offline_access_codes @can_program_offline_access_codes end |
#can_program_online_access_codes ⇒ Object
Returns the value of attribute can_program_online_access_codes.
6 7 8 |
# File 'lib/seam/routes/resources/device_provider.rb', line 6 def can_program_online_access_codes @can_program_online_access_codes end |
#can_program_thermostat_programs_as_different_each_day ⇒ Object
Returns the value of attribute can_program_thermostat_programs_as_different_each_day.
6 7 8 |
# File 'lib/seam/routes/resources/device_provider.rb', line 6 def can_program_thermostat_programs_as_different_each_day @can_program_thermostat_programs_as_different_each_day end |
#can_program_thermostat_programs_as_same_each_day ⇒ Object
Returns the value of attribute can_program_thermostat_programs_as_same_each_day.
6 7 8 |
# File 'lib/seam/routes/resources/device_provider.rb', line 6 def can_program_thermostat_programs_as_same_each_day @can_program_thermostat_programs_as_same_each_day end |
#can_program_thermostat_programs_as_weekday_weekend ⇒ Object
Returns the value of attribute can_program_thermostat_programs_as_weekday_weekend.
6 7 8 |
# File 'lib/seam/routes/resources/device_provider.rb', line 6 def can_program_thermostat_programs_as_weekday_weekend @can_program_thermostat_programs_as_weekday_weekend end |
#can_remotely_lock ⇒ Object
Returns the value of attribute can_remotely_lock.
6 7 8 |
# File 'lib/seam/routes/resources/device_provider.rb', line 6 def can_remotely_lock @can_remotely_lock end |
#can_remotely_unlock ⇒ Object
Returns the value of attribute can_remotely_unlock.
6 7 8 |
# File 'lib/seam/routes/resources/device_provider.rb', line 6 def can_remotely_unlock @can_remotely_unlock end |
#can_run_thermostat_programs ⇒ Object
Returns the value of attribute can_run_thermostat_programs.
6 7 8 |
# File 'lib/seam/routes/resources/device_provider.rb', line 6 def can_run_thermostat_programs @can_run_thermostat_programs end |
#can_simulate_connection ⇒ Object
Returns the value of attribute can_simulate_connection.
6 7 8 |
# File 'lib/seam/routes/resources/device_provider.rb', line 6 def can_simulate_connection @can_simulate_connection end |
#can_simulate_disconnection ⇒ Object
Returns the value of attribute can_simulate_disconnection.
6 7 8 |
# File 'lib/seam/routes/resources/device_provider.rb', line 6 def can_simulate_disconnection @can_simulate_disconnection end |
#can_simulate_hub_connection ⇒ Object
Returns the value of attribute can_simulate_hub_connection.
6 7 8 |
# File 'lib/seam/routes/resources/device_provider.rb', line 6 def can_simulate_hub_connection @can_simulate_hub_connection end |
#can_simulate_hub_disconnection ⇒ Object
Returns the value of attribute can_simulate_hub_disconnection.
6 7 8 |
# File 'lib/seam/routes/resources/device_provider.rb', line 6 def can_simulate_hub_disconnection @can_simulate_hub_disconnection end |
#can_simulate_paid_subscription ⇒ Object
Returns the value of attribute can_simulate_paid_subscription.
6 7 8 |
# File 'lib/seam/routes/resources/device_provider.rb', line 6 def can_simulate_paid_subscription @can_simulate_paid_subscription end |
#can_simulate_removal ⇒ Object
Returns the value of attribute can_simulate_removal.
6 7 8 |
# File 'lib/seam/routes/resources/device_provider.rb', line 6 def can_simulate_removal @can_simulate_removal end |
#can_turn_off_hvac ⇒ Object
Returns the value of attribute can_turn_off_hvac.
6 7 8 |
# File 'lib/seam/routes/resources/device_provider.rb', line 6 def can_turn_off_hvac @can_turn_off_hvac end |
#can_unlock_with_code ⇒ Object
Returns the value of attribute can_unlock_with_code.
6 7 8 |
# File 'lib/seam/routes/resources/device_provider.rb', line 6 def can_unlock_with_code @can_unlock_with_code end |
#device_provider_name ⇒ Object
Returns the value of attribute device_provider_name.
6 7 8 |
# File 'lib/seam/routes/resources/device_provider.rb', line 6 def device_provider_name @device_provider_name end |
#display_name ⇒ Object
Returns the value of attribute display_name.
6 7 8 |
# File 'lib/seam/routes/resources/device_provider.rb', line 6 def display_name @display_name end |
#image_url ⇒ Object
Returns the value of attribute image_url.
6 7 8 |
# File 'lib/seam/routes/resources/device_provider.rb', line 6 def image_url @image_url end |
#provider_categories ⇒ Object
Returns the value of attribute provider_categories.
6 7 8 |
# File 'lib/seam/routes/resources/device_provider.rb', line 6 def provider_categories @provider_categories end |