Class: AdCenterWrapper::GetEstimatedPositionByKeywordsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetEstimatedPositionByKeywordsRequest
- Defined in:
- lib/AdIntelligenceService.rb
Overview
https://adcenter.microsoft.com/v8GetEstimatedPositionByKeywordsRequest
keywords - AdCenterWrapper::ArrayOfstring
maxBid - SOAP::SOAPDouble
language - SOAP::SOAPString
publisherCountries - AdCenterWrapper::ArrayOfstring
currency - AdCenterWrapper::Currency
matchTypes - AdCenterWrapper::ArrayOfMatchType
Instance Attribute Summary collapse
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#keywords ⇒ Object
Returns the value of attribute keywords.
-
#language ⇒ Object
Returns the value of attribute language.
-
#matchTypes ⇒ Object
Returns the value of attribute matchTypes.
-
#maxBid ⇒ Object
Returns the value of attribute maxBid.
-
#publisherCountries ⇒ Object
Returns the value of attribute publisherCountries.
Instance Method Summary collapse
-
#initialize(keywords = nil, maxBid = nil, language = nil, publisherCountries = nil, currency = nil, matchTypes = nil) ⇒ GetEstimatedPositionByKeywordsRequest
constructor
A new instance of GetEstimatedPositionByKeywordsRequest.
Constructor Details
permalink #initialize(keywords = nil, maxBid = nil, language = nil, publisherCountries = nil, currency = nil, matchTypes = nil) ⇒ GetEstimatedPositionByKeywordsRequest
Returns a new instance of GetEstimatedPositionByKeywordsRequest.
670 671 672 673 674 675 676 677 |
# File 'lib/AdIntelligenceService.rb', line 670 def initialize(keywords = nil, maxBid = nil, language = nil, publisherCountries = nil, currency = nil, matchTypes = nil) @keywords = keywords @maxBid = maxBid @language = language @publisherCountries = publisherCountries @currency = currency @matchTypes = matchTypes end |
Instance Attribute Details
permalink #currency ⇒ Object
Returns the value of attribute currency.
667 668 669 |
# File 'lib/AdIntelligenceService.rb', line 667 def currency @currency end |
permalink #keywords ⇒ Object
Returns the value of attribute keywords.
663 664 665 |
# File 'lib/AdIntelligenceService.rb', line 663 def keywords @keywords end |
permalink #language ⇒ Object
Returns the value of attribute language.
665 666 667 |
# File 'lib/AdIntelligenceService.rb', line 665 def language @language end |
permalink #matchTypes ⇒ Object
Returns the value of attribute matchTypes.
668 669 670 |
# File 'lib/AdIntelligenceService.rb', line 668 def matchTypes @matchTypes end |
permalink #maxBid ⇒ Object
Returns the value of attribute maxBid.
664 665 666 |
# File 'lib/AdIntelligenceService.rb', line 664 def maxBid @maxBid end |
permalink #publisherCountries ⇒ Object
Returns the value of attribute publisherCountries.
666 667 668 |
# File 'lib/AdIntelligenceService.rb', line 666 def publisherCountries @publisherCountries end |