Class: AdCenterWrapper::KeywordHistoricalPerformance
- Inherits:
-
Object
- Object
- AdCenterWrapper::KeywordHistoricalPerformance
- Defined in:
- lib/AdIntelligenceService.rb
Overview
http://schemas.datacontract.org/2004/07/Microsoft.AdCenter.Advertiser.CampaignManagement.Api.DataContractsKeywordHistoricalPerformance
keyword - SOAP::SOAPString
keywordKPIs - AdCenterWrapper::ArrayOfKeywordKPI
Instance Attribute Summary collapse
-
#keyword ⇒ Object
Returns the value of attribute keyword.
-
#keywordKPIs ⇒ Object
Returns the value of attribute keywordKPIs.
Instance Method Summary collapse
-
#initialize(keyword = nil, keywordKPIs = nil) ⇒ KeywordHistoricalPerformance
constructor
A new instance of KeywordHistoricalPerformance.
Constructor Details
permalink #initialize(keyword = nil, keywordKPIs = nil) ⇒ KeywordHistoricalPerformance
Returns a new instance of KeywordHistoricalPerformance.
321 322 323 324 |
# File 'lib/AdIntelligenceService.rb', line 321 def initialize(keyword = nil, keywordKPIs = nil) @keyword = keyword @keywordKPIs = keywordKPIs end |
Instance Attribute Details
permalink #keyword ⇒ Object
Returns the value of attribute keyword.
318 319 320 |
# File 'lib/AdIntelligenceService.rb', line 318 def keyword @keyword end |
permalink #keywordKPIs ⇒ Object
Returns the value of attribute keywordKPIs.
319 320 321 |
# File 'lib/AdIntelligenceService.rb', line 319 def keywordKPIs @keywordKPIs end |