Class: AdCenterWrapper::GetHistoricalKeywordPerformanceResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/AdIntelligenceService.rb

Overview

https://adcenter.microsoft.com/v8GetHistoricalKeywordPerformanceResponse

keywordHistoricalPerformances - AdCenterWrapper::ArrayOfKeywordHistoricalPerformance

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#keywordHistoricalPerformancesObject

Returns the value of attribute keywordHistoricalPerformances.



750
751
752
# File 'lib/AdIntelligenceService.rb', line 750

def keywordHistoricalPerformances
  @keywordHistoricalPerformances
end