Class: AdCenterWrapper::GetPublisherKeywordPerformanceResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetPublisherKeywordPerformanceResponse
- Defined in:
- lib/AdIntelligenceService.rb
Overview
https://adcenter.microsoft.com/v8GetPublisherKeywordPerformanceResponse
keywordPerformance - AdCenterWrapper::ArrayOfKeywordPerformance
Instance Attribute Summary collapse
-
#keywordPerformance ⇒ Object
Returns the value of attribute keywordPerformance.
Instance Method Summary collapse
-
#initialize(keywordPerformance = nil) ⇒ GetPublisherKeywordPerformanceResponse
constructor
A new instance of GetPublisherKeywordPerformanceResponse.
Constructor Details
permalink #initialize(keywordPerformance = nil) ⇒ GetPublisherKeywordPerformanceResponse
Returns a new instance of GetPublisherKeywordPerformanceResponse.
540 541 542 |
# File 'lib/AdIntelligenceService.rb', line 540 def initialize(keywordPerformance = nil) @keywordPerformance = keywordPerformance end |
Instance Attribute Details
permalink #keywordPerformance ⇒ Object
Returns the value of attribute keywordPerformance.
538 539 540 |
# File 'lib/AdIntelligenceService.rb', line 538 def keywordPerformance @keywordPerformance end |