Class: AdCenterWrapper::SuggestKeywordsFromExistingKeywordsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::SuggestKeywordsFromExistingKeywordsRequest
- 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
-
#keywords ⇒ Object
Returns the value of attribute keywords.
-
#language ⇒ Object
Returns the value of attribute language.
-
#maxSuggestionsPerKeyword ⇒ Object
Returns the value of attribute maxSuggestionsPerKeyword.
-
#publisherCountries ⇒ Object
Returns the value of attribute publisherCountries.
Instance Method Summary collapse
-
#initialize(keywords = nil, language = nil, publisherCountries = nil, maxSuggestionsPerKeyword = nil) ⇒ SuggestKeywordsFromExistingKeywordsRequest
constructor
A new instance of SuggestKeywordsFromExistingKeywordsRequest.
Constructor Details
permalink #initialize(keywords = nil, language = nil, publisherCountries = nil, maxSuggestionsPerKeyword = nil) ⇒ SuggestKeywordsFromExistingKeywordsRequest
Returns a new instance of SuggestKeywordsFromExistingKeywordsRequest.
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
permalink #keywords ⇒ Object
Returns the value of attribute keywords.
763 764 765 |
# File 'lib/AdIntelligenceService.rb', line 763 def keywords @keywords end |
permalink #language ⇒ Object
Returns the value of attribute language.
764 765 766 |
# File 'lib/AdIntelligenceService.rb', line 764 def language @language end |
permalink #maxSuggestionsPerKeyword ⇒ Object
Returns the value of attribute maxSuggestionsPerKeyword.
766 767 768 |
# File 'lib/AdIntelligenceService.rb', line 766 def maxSuggestionsPerKeyword @maxSuggestionsPerKeyword end |
permalink #publisherCountries ⇒ Object
Returns the value of attribute publisherCountries.
765 766 767 |
# File 'lib/AdIntelligenceService.rb', line 765 def publisherCountries @publisherCountries end |