Class: AdCenterWrapper::GetHistoricalKeywordPerformanceResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetHistoricalKeywordPerformanceResponse
- Defined in:
- lib/AdIntelligenceService.rb
Overview
https://adcenter.microsoft.com/v8GetHistoricalKeywordPerformanceResponse
keywordHistoricalPerformances - AdCenterWrapper::ArrayOfKeywordHistoricalPerformance
Instance Attribute Summary collapse
-
#keywordHistoricalPerformances ⇒ Object
Returns the value of attribute keywordHistoricalPerformances.
Instance Method Summary collapse
-
#initialize(keywordHistoricalPerformances = nil) ⇒ GetHistoricalKeywordPerformanceResponse
constructor
A new instance of GetHistoricalKeywordPerformanceResponse.
Constructor Details
#initialize(keywordHistoricalPerformances = nil) ⇒ GetHistoricalKeywordPerformanceResponse
Returns a new instance of GetHistoricalKeywordPerformanceResponse.
752 753 754 |
# File 'lib/AdIntelligenceService.rb', line 752 def initialize(keywordHistoricalPerformances = nil) @keywordHistoricalPerformances = keywordHistoricalPerformances end |
Instance Attribute Details
#keywordHistoricalPerformances ⇒ Object
Returns the value of attribute keywordHistoricalPerformances.
750 751 752 |
# File 'lib/AdIntelligenceService.rb', line 750 def keywordHistoricalPerformances @keywordHistoricalPerformances end |