Class: AffiliationApi::Offer

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

Instance Attribute Summary collapse

Instance Attribute Details

#badgeObject

Returns the value of attribute badge.



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

def badge
  @badge
end

#codeObject

Returns the value of attribute code.



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

def code
  @code
end

#descriptionObject

Returns the value of attribute description.



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

def description
  @description
end

#end_dateObject

Returns the value of attribute end_date.



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

def end_date
  @end_date
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#ppc_urlObject

Returns the value of attribute ppc_url.



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

def ppc_url
  @ppc_url
end

#ppv_urlObject

Returns the value of attribute ppv_url.



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

def ppv_url
  @ppv_url
end

#start_dateObject

Returns the value of attribute start_date.



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

def start_date
  @start_date
end