Class: AdCenterWrapper::GetHistoricalSearchCountRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetHistoricalSearchCountRequest
- Defined in:
- lib/AdIntelligenceService.rb
Overview
https://adcenter.microsoft.com/v8GetHistoricalSearchCountRequest
keywords - AdCenterWrapper::ArrayOfstring
language - SOAP::SOAPString
publisherCountries - AdCenterWrapper::ArrayOfstring
startMonthAndYear - AdCenterWrapper::MonthAndYear
endMonthAndYear - AdCenterWrapper::MonthAndYear
Instance Attribute Summary collapse
-
#endMonthAndYear ⇒ Object
Returns the value of attribute endMonthAndYear.
-
#keywords ⇒ Object
Returns the value of attribute keywords.
-
#language ⇒ Object
Returns the value of attribute language.
-
#publisherCountries ⇒ Object
Returns the value of attribute publisherCountries.
-
#startMonthAndYear ⇒ Object
Returns the value of attribute startMonthAndYear.
Instance Method Summary collapse
-
#initialize(keywords = nil, language = nil, publisherCountries = nil, startMonthAndYear = nil, endMonthAndYear = nil) ⇒ GetHistoricalSearchCountRequest
constructor
A new instance of GetHistoricalSearchCountRequest.
Constructor Details
permalink #initialize(keywords = nil, language = nil, publisherCountries = nil, startMonthAndYear = nil, endMonthAndYear = nil) ⇒ GetHistoricalSearchCountRequest
Returns a new instance of GetHistoricalSearchCountRequest.
703 704 705 706 707 708 709 |
# File 'lib/AdIntelligenceService.rb', line 703 def initialize(keywords = nil, language = nil, publisherCountries = nil, startMonthAndYear = nil, endMonthAndYear = nil) @keywords = keywords @language = language @publisherCountries = publisherCountries @startMonthAndYear = startMonthAndYear @endMonthAndYear = endMonthAndYear end |
Instance Attribute Details
permalink #endMonthAndYear ⇒ Object
Returns the value of attribute endMonthAndYear.
701 702 703 |
# File 'lib/AdIntelligenceService.rb', line 701 def endMonthAndYear @endMonthAndYear end |
permalink #keywords ⇒ Object
Returns the value of attribute keywords.
697 698 699 |
# File 'lib/AdIntelligenceService.rb', line 697 def keywords @keywords end |
permalink #language ⇒ Object
Returns the value of attribute language.
698 699 700 |
# File 'lib/AdIntelligenceService.rb', line 698 def language @language end |
permalink #publisherCountries ⇒ Object
Returns the value of attribute publisherCountries.
699 700 701 |
# File 'lib/AdIntelligenceService.rb', line 699 def publisherCountries @publisherCountries end |
permalink #startMonthAndYear ⇒ Object
Returns the value of attribute startMonthAndYear.
700 701 702 |
# File 'lib/AdIntelligenceService.rb', line 700 def startMonthAndYear @startMonthAndYear end |