Class: AffiliationApi::Merchant
- Defined in:
- lib/affiliation-api/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.
3 4 5 |
# File 'lib/affiliation-api/merchant.rb', line 3 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/affiliation-api/merchant.rb', line 3 def id @id end |
#image_url ⇒ Object
Returns the value of attribute image_url.
3 4 5 |
# File 'lib/affiliation-api/merchant.rb', line 3 def image_url @image_url end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/affiliation-api/merchant.rb', line 3 def name @name end |
#url ⇒ Object
Returns the value of attribute url.
3 4 5 |
# File 'lib/affiliation-api/merchant.rb', line 3 def url @url end |