Class: Seam::DeviceProvider
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::DeviceProvider
- Includes:
- ResourceErrorsSupport, ResourceWarningsSupport
- Defined in:
- lib/seam/resources/device_provider.rb
Instance Attribute Summary collapse
-
#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 included from ResourceWarningsSupport
Methods included from ResourceErrorsSupport
Methods inherited from BaseResource
date_accessor, #initialize, #inspect, load_from_response, #update_from_response
Constructor Details
This class inherits a constructor from Seam::BaseResource
Instance Attribute Details
#device_provider_name ⇒ Object
Returns the value of attribute device_provider_name.
5 6 7 |
# File 'lib/seam/resources/device_provider.rb', line 5 def device_provider_name @device_provider_name end |
#display_name ⇒ Object
Returns the value of attribute display_name.
5 6 7 |
# File 'lib/seam/resources/device_provider.rb', line 5 def display_name @display_name end |
#image_url ⇒ Object
Returns the value of attribute image_url.
5 6 7 |
# File 'lib/seam/resources/device_provider.rb', line 5 def image_url @image_url end |
#provider_categories ⇒ Object
Returns the value of attribute provider_categories.
5 6 7 |
# File 'lib/seam/resources/device_provider.rb', line 5 def provider_categories @provider_categories end |