Class: AffiliationApi::Merchant

Inherits:
Resource
  • Object
show all
Defined in:
lib/affiliation-api/merchant.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



3
4
5
# File 'lib/affiliation-api/merchant.rb', line 3

def description
  @description
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/affiliation-api/merchant.rb', line 3

def id
  @id
end

#image_urlObject

Returns the value of attribute image_url.



3
4
5
# File 'lib/affiliation-api/merchant.rb', line 3

def image_url
  @image_url
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/affiliation-api/merchant.rb', line 3

def name
  @name
end

#urlObject

Returns the value of attribute url.



3
4
5
# File 'lib/affiliation-api/merchant.rb', line 3

def url
  @url
end