Class: AdCenterWrapper::GetPublisherKeywordPerformanceResponse

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

Overview

https://adcenter.microsoft.com/v8GetPublisherKeywordPerformanceResponse

keywordPerformance - AdCenterWrapper::ArrayOfKeywordPerformance

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keywordPerformance = nil) ⇒ GetPublisherKeywordPerformanceResponse

Returns a new instance of GetPublisherKeywordPerformanceResponse.

[View source]

540
541
542
# File 'lib/AdIntelligenceService.rb', line 540

def initialize(keywordPerformance = nil)
  @keywordPerformance = keywordPerformance
end

Instance Attribute Details

#keywordPerformanceObject

Returns the value of attribute keywordPerformance.


538
539
540
# File 'lib/AdIntelligenceService.rb', line 538

def keywordPerformance
  @keywordPerformance
end