Class: AdCenterWrapper::GetEstimatedPositionByKeywordsRequest

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

Instance Method Summary collapse

Constructor Details

#initialize(keywords = nil, maxBid = nil, language = nil, publisherCountries = nil, currency = nil, matchTypes = nil) ⇒ GetEstimatedPositionByKeywordsRequest

Returns a new instance of GetEstimatedPositionByKeywordsRequest.

[View source]

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

#currencyObject

Returns the value of attribute currency.


667
668
669
# File 'lib/AdIntelligenceService.rb', line 667

def currency
  @currency
end

#keywordsObject

Returns the value of attribute keywords.


663
664
665
# File 'lib/AdIntelligenceService.rb', line 663

def keywords
  @keywords
end

#languageObject

Returns the value of attribute language.


665
666
667
# File 'lib/AdIntelligenceService.rb', line 665

def language
  @language
end

#matchTypesObject

Returns the value of attribute matchTypes.


668
669
670
# File 'lib/AdIntelligenceService.rb', line 668

def matchTypes
  @matchTypes
end

#maxBidObject

Returns the value of attribute maxBid.


664
665
666
# File 'lib/AdIntelligenceService.rb', line 664

def maxBid
  @maxBid
end

#publisherCountriesObject

Returns the value of attribute publisherCountries.


666
667
668
# File 'lib/AdIntelligenceService.rb', line 666

def publisherCountries
  @publisherCountries
end