Class: Merchant
- Inherits:
-
AffiliationApiResource::Resource
- Object
- ApiResource::Resource
- AffiliationApiResource::Resource
- Merchant
- Defined in:
- lib/affiliation-api-resource/merchant.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#image_url ⇒ Object
Returns the value of attribute image_url.
-
#name ⇒ Object
Returns the value of attribute name.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
2 3 4 |
# File 'lib/affiliation-api-resource/merchant.rb', line 2 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
2 3 4 |
# File 'lib/affiliation-api-resource/merchant.rb', line 2 def id @id end |
#image_url ⇒ Object
Returns the value of attribute image_url.
2 3 4 |
# File 'lib/affiliation-api-resource/merchant.rb', line 2 def image_url @image_url end |
#name ⇒ Object
Returns the value of attribute name.
2 3 4 |
# File 'lib/affiliation-api-resource/merchant.rb', line 2 def name @name end |
#url ⇒ Object
Returns the value of attribute url.
2 3 4 |
# File 'lib/affiliation-api-resource/merchant.rb', line 2 def url @url end |