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_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_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_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_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

#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