Class: AffiliationApi::Ad

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

Instance Attribute Summary collapse

Instance Attribute Details

#heightObject

Returns the value of attribute height.



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

def height
  @height
end

#htmlObject

Returns the value of attribute html.



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

def html
  @html
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#kindObject

Returns the value of attribute kind.



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

def kind
  @kind
end

#ppc_urlObject

Returns the value of attribute ppc_url.



3
4
5
# File 'lib/affiliation-api/ad.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/ad.rb', line 3

def ppv_url
  @ppv_url
end

#textObject

Returns the value of attribute text.



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

def text
  @text
end

#widthObject

Returns the value of attribute width.



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

def width
  @width
end