Class: AdCenterWrapper::GetEstimatedBidByKeywordsRequest

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

Instance Method Summary collapse

Constructor Details

#initialize(keywords = nil, targetPositionForAds = nil, language = nil, publisherCountries = nil, currency = nil, matchTypes = nil) ⇒ GetEstimatedBidByKeywordsRequest

Returns a new instance of GetEstimatedBidByKeywordsRequest.

[View source]

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

#currencyObject

Returns the value of attribute currency.


632
633
634
# File 'lib/AdIntelligenceService.rb', line 632

def currency
  @currency
end

#keywordsObject

Returns the value of attribute keywords.


628
629
630
# File 'lib/AdIntelligenceService.rb', line 628

def keywords
  @keywords
end

#languageObject

Returns the value of attribute language.


630
631
632
# File 'lib/AdIntelligenceService.rb', line 630

def language
  @language
end

#matchTypesObject

Returns the value of attribute matchTypes.


633
634
635
# File 'lib/AdIntelligenceService.rb', line 633

def matchTypes
  @matchTypes
end

#publisherCountriesObject

Returns the value of attribute publisherCountries.


631
632
633
# File 'lib/AdIntelligenceService.rb', line 631

def publisherCountries
  @publisherCountries
end

#targetPositionForAdsObject

Returns the value of attribute targetPositionForAds.


629
630
631
# File 'lib/AdIntelligenceService.rb', line 629

def targetPositionForAds
  @targetPositionForAds
end