Class: Seam::DeviceProvider

Inherits:
BaseResource show all
Includes:
ResourceErrorsSupport, ResourceWarningsSupport
Defined in:
lib/seam/resources/device_provider.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

Method Summary

Methods included from ResourceWarningsSupport

#warnings

Methods included from ResourceErrorsSupport

#errors

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_nameObject

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_nameObject

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_urlObject

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_categoriesObject

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