Class: AdCenterWrapper::GetPublisherKeywordPerformanceRequest

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

Overview

https://adcenter.microsoft.com/v8GetPublisherKeywordPerformanceRequest

keywords - AdCenterWrapper::ArrayOfstring
timeInterval - AdCenterWrapper::TimeInterval

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keywords = nil, timeInterval = nil) ⇒ GetPublisherKeywordPerformanceRequest

Returns a new instance of GetPublisherKeywordPerformanceRequest.

[View source]

529
530
531
532
# File 'lib/AdIntelligenceService.rb', line 529

def initialize(keywords = nil, timeInterval = nil)
  @keywords = keywords
  @timeInterval = timeInterval
end

Instance Attribute Details

#keywordsObject

Returns the value of attribute keywords.


526
527
528
# File 'lib/AdIntelligenceService.rb', line 526

def keywords
  @keywords
end

#timeIntervalObject

Returns the value of attribute timeInterval.


527
528
529
# File 'lib/AdIntelligenceService.rb', line 527

def timeInterval
  @timeInterval
end