Class: AdCenterWrapper::GetPublisherKeywordPerformanceRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetPublisherKeywordPerformanceRequest
- Defined in:
- lib/AdIntelligenceService.rb
Overview
https://adcenter.microsoft.com/v8GetPublisherKeywordPerformanceRequest
keywords - AdCenterWrapper::ArrayOfstring
timeInterval - AdCenterWrapper::TimeInterval
Instance Attribute Summary collapse
-
#keywords ⇒ Object
Returns the value of attribute keywords.
-
#timeInterval ⇒ Object
Returns the value of attribute timeInterval.
Instance Method Summary collapse
-
#initialize(keywords = nil, timeInterval = nil) ⇒ GetPublisherKeywordPerformanceRequest
constructor
A new instance of GetPublisherKeywordPerformanceRequest.
Constructor Details
permalink #initialize(keywords = nil, timeInterval = nil) ⇒ GetPublisherKeywordPerformanceRequest
Returns a new instance of GetPublisherKeywordPerformanceRequest.
529 530 531 532 |
# File 'lib/AdIntelligenceService.rb', line 529 def initialize(keywords = nil, timeInterval = nil) @keywords = keywords @timeInterval = timeInterval end |
Instance Attribute Details
permalink #keywords ⇒ Object
Returns the value of attribute keywords.
526 527 528 |
# File 'lib/AdIntelligenceService.rb', line 526 def keywords @keywords end |
permalink #timeInterval ⇒ Object
Returns the value of attribute timeInterval.
527 528 529 |
# File 'lib/AdIntelligenceService.rb', line 527 def timeInterval @timeInterval end |