Class: Seam::Resources::DeviceProvider

Inherits:
BaseResource show all
Defined in:
lib/seam/routes/resources/device_provider.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

#can_configure_auto_lockObject

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_coolObject

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_heatObject

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_coolObject

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_codesObject

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_codesObject

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_dayObject

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_dayObject

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_weekendObject

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_lockObject

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_unlockObject

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_programsObject

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_connectionObject

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_disconnectionObject

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_connectionObject

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_disconnectionObject

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_subscriptionObject

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_removalObject

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_hvacObject

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_codeObject

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_nameObject

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_nameObject

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_urlObject

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_categoriesObject

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