Class: AdCenterWrapper::GetKeywordEstimatesByBidsRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.rb

Overview

https://adcenter.microsoft.com/v7GetKeywordEstimatesByBidsRequest

accountId - SOAP::SOAPLong
languageAndRegion - SOAP::SOAPString
currency - SOAP::SOAPString
keywordBids - AdCenterWrapper::ArrayOfKeywordBid
pricingModel - AdCenterWrapper::PricingModel

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountId = nil, languageAndRegion = nil, currency = nil, keywordBids = nil, pricingModel = nil) ⇒ GetKeywordEstimatesByBidsRequest

Returns a new instance of GetKeywordEstimatesByBidsRequest.



2449
2450
2451
2452
2453
2454
2455
# File 'lib/adcenter_wrapper_entities.rb', line 2449

def initialize(accountId = nil, languageAndRegion = nil, currency = nil, keywordBids = nil, pricingModel = nil)
  @accountId = accountId
  @languageAndRegion = languageAndRegion
  @currency = currency
  @keywordBids = keywordBids
  @pricingModel = pricingModel
end

Instance Attribute Details

#accountIdObject

Returns the value of attribute accountId.



2443
2444
2445
# File 'lib/adcenter_wrapper_entities.rb', line 2443

def accountId
  @accountId
end

#currencyObject

Returns the value of attribute currency.



2445
2446
2447
# File 'lib/adcenter_wrapper_entities.rb', line 2445

def currency
  @currency
end

#keywordBidsObject

Returns the value of attribute keywordBids.



2446
2447
2448
# File 'lib/adcenter_wrapper_entities.rb', line 2446

def keywordBids
  @keywordBids
end

#languageAndRegionObject

Returns the value of attribute languageAndRegion.



2444
2445
2446
# File 'lib/adcenter_wrapper_entities.rb', line 2444

def languageAndRegion
  @languageAndRegion
end

#pricingModelObject

Returns the value of attribute pricingModel.



2447
2448
2449
# File 'lib/adcenter_wrapper_entities.rb', line 2447

def pricingModel
  @pricingModel
end