Class: AdCenterWrapper::SuggestKeywordsFromExistingKeywordsRequest

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

Overview

https://adcenter.microsoft.com/v8SuggestKeywordsFromExistingKeywordsRequest

keywords - AdCenterWrapper::ArrayOfstring
language - SOAP::SOAPString
publisherCountries - AdCenterWrapper::ArrayOfstring
maxSuggestionsPerKeyword - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keywords = nil, language = nil, publisherCountries = nil, maxSuggestionsPerKeyword = nil) ⇒ SuggestKeywordsFromExistingKeywordsRequest

Returns a new instance of SuggestKeywordsFromExistingKeywordsRequest.

[View source]

768
769
770
771
772
773
# File 'lib/AdIntelligenceService.rb', line 768

def initialize(keywords = nil, language = nil, publisherCountries = nil, maxSuggestionsPerKeyword = nil)
  @keywords = keywords
  @language = language
  @publisherCountries = publisherCountries
  @maxSuggestionsPerKeyword = maxSuggestionsPerKeyword
end

Instance Attribute Details

#keywordsObject

Returns the value of attribute keywords.


763
764
765
# File 'lib/AdIntelligenceService.rb', line 763

def keywords
  @keywords
end

#languageObject

Returns the value of attribute language.


764
765
766
# File 'lib/AdIntelligenceService.rb', line 764

def language
  @language
end

#maxSuggestionsPerKeywordObject

Returns the value of attribute maxSuggestionsPerKeyword.


766
767
768
# File 'lib/AdIntelligenceService.rb', line 766

def maxSuggestionsPerKeyword
  @maxSuggestionsPerKeyword
end

#publisherCountriesObject

Returns the value of attribute publisherCountries.


765
766
767
# File 'lib/AdIntelligenceService.rb', line 765

def publisherCountries
  @publisherCountries
end