Class: AdCenterWrapper::GetHistoricalSearchCountRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(keywords = nil, language = nil, publisherCountries = nil, startMonthAndYear = nil, endMonthAndYear = nil) ⇒ GetHistoricalSearchCountRequest

Returns a new instance of GetHistoricalSearchCountRequest.

[View source]

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

#endMonthAndYearObject

Returns the value of attribute endMonthAndYear.


701
702
703
# File 'lib/AdIntelligenceService.rb', line 701

def endMonthAndYear
  @endMonthAndYear
end

#keywordsObject

Returns the value of attribute keywords.


697
698
699
# File 'lib/AdIntelligenceService.rb', line 697

def keywords
  @keywords
end

#languageObject

Returns the value of attribute language.


698
699
700
# File 'lib/AdIntelligenceService.rb', line 698

def language
  @language
end

#publisherCountriesObject

Returns the value of attribute publisherCountries.


699
700
701
# File 'lib/AdIntelligenceService.rb', line 699

def publisherCountries
  @publisherCountries
end

#startMonthAndYearObject

Returns the value of attribute startMonthAndYear.


700
701
702
# File 'lib/AdIntelligenceService.rb', line 700

def startMonthAndYear
  @startMonthAndYear
end