Class: AdCenterWrapper::KeywordPerformance
- Inherits:
-
Object
- Object
- AdCenterWrapper::KeywordPerformance
- Defined in:
- lib/AdIntelligenceService.rb
Overview
http://schemas.datacontract.org/2004/07/Microsoft.AdCenter.Advertiser.CampaignManagement.Api.DataContractsKeywordPerformance
keyword - SOAP::SOAPString
averageCpc - SOAP::SOAPDouble
impressions - AdCenterWrapper::Scale
bidDensity - AdCenterWrapper::Scale
Instance Attribute Summary collapse
-
#averageCpc ⇒ Object
Returns the value of attribute averageCpc.
-
#bidDensity ⇒ Object
Returns the value of attribute bidDensity.
-
#impressions ⇒ Object
Returns the value of attribute impressions.
-
#keyword ⇒ Object
Returns the value of attribute keyword.
Instance Method Summary collapse
-
#initialize(keyword = nil, averageCpc = nil, impressions = nil, bidDensity = nil) ⇒ KeywordPerformance
constructor
A new instance of KeywordPerformance.
Constructor Details
permalink #initialize(keyword = nil, averageCpc = nil, impressions = nil, bidDensity = nil) ⇒ KeywordPerformance
Returns a new instance of KeywordPerformance.
78 79 80 81 82 83 |
# File 'lib/AdIntelligenceService.rb', line 78 def initialize(keyword = nil, averageCpc = nil, impressions = nil, bidDensity = nil) @keyword = keyword @averageCpc = averageCpc @impressions = impressions @bidDensity = bidDensity end |
Instance Attribute Details
permalink #averageCpc ⇒ Object
Returns the value of attribute averageCpc.
74 75 76 |
# File 'lib/AdIntelligenceService.rb', line 74 def averageCpc @averageCpc end |
permalink #bidDensity ⇒ Object
Returns the value of attribute bidDensity.
76 77 78 |
# File 'lib/AdIntelligenceService.rb', line 76 def bidDensity @bidDensity end |
permalink #impressions ⇒ Object
Returns the value of attribute impressions.
75 76 77 |
# File 'lib/AdIntelligenceService.rb', line 75 def impressions @impressions end |
permalink #keyword ⇒ Object
Returns the value of attribute keyword.
73 74 75 |
# File 'lib/AdIntelligenceService.rb', line 73 def keyword @keyword end |