Class: AdCenterWrapper::GetEstimatedBidByKeywordsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetEstimatedBidByKeywordsRequest
- Defined in:
- lib/AdIntelligenceService.rb
Overview
https://adcenter.microsoft.com/v8GetEstimatedBidByKeywordsRequest
keywords - AdCenterWrapper::ArrayOfstring
targetPositionForAds - AdCenterWrapper::TargetAdPosition
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.
-
#publisherCountries ⇒ Object
Returns the value of attribute publisherCountries.
-
#targetPositionForAds ⇒ Object
Returns the value of attribute targetPositionForAds.
Instance Method Summary collapse
-
#initialize(keywords = nil, targetPositionForAds = nil, language = nil, publisherCountries = nil, currency = nil, matchTypes = nil) ⇒ GetEstimatedBidByKeywordsRequest
constructor
A new instance of GetEstimatedBidByKeywordsRequest.
Constructor Details
permalink #initialize(keywords = nil, targetPositionForAds = nil, language = nil, publisherCountries = nil, currency = nil, matchTypes = nil) ⇒ GetEstimatedBidByKeywordsRequest
Returns a new instance of GetEstimatedBidByKeywordsRequest.
635 636 637 638 639 640 641 642 |
# File 'lib/AdIntelligenceService.rb', line 635 def initialize(keywords = nil, targetPositionForAds = nil, language = nil, publisherCountries = nil, currency = nil, matchTypes = nil) @keywords = keywords @targetPositionForAds = targetPositionForAds @language = language @publisherCountries = publisherCountries @currency = currency @matchTypes = matchTypes end |
Instance Attribute Details
permalink #currency ⇒ Object
Returns the value of attribute currency.
632 633 634 |
# File 'lib/AdIntelligenceService.rb', line 632 def currency @currency end |
permalink #keywords ⇒ Object
Returns the value of attribute keywords.
628 629 630 |
# File 'lib/AdIntelligenceService.rb', line 628 def keywords @keywords end |
permalink #language ⇒ Object
Returns the value of attribute language.
630 631 632 |
# File 'lib/AdIntelligenceService.rb', line 630 def language @language end |
permalink #matchTypes ⇒ Object
Returns the value of attribute matchTypes.
633 634 635 |
# File 'lib/AdIntelligenceService.rb', line 633 def matchTypes @matchTypes end |
permalink #publisherCountries ⇒ Object
Returns the value of attribute publisherCountries.
631 632 633 |
# File 'lib/AdIntelligenceService.rb', line 631 def publisherCountries @publisherCountries end |
permalink #targetPositionForAds ⇒ Object
Returns the value of attribute targetPositionForAds.
629 630 631 |
# File 'lib/AdIntelligenceService.rb', line 629 def targetPositionForAds @targetPositionForAds end |