Class: AdCenterWrapper::GetKeywordEstimatesByBidsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetKeywordEstimatesByBidsRequest
- 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
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#keywordBids ⇒ Object
Returns the value of attribute keywordBids.
-
#languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
-
#pricingModel ⇒ Object
Returns the value of attribute pricingModel.
Instance Method Summary collapse
-
#initialize(accountId = nil, languageAndRegion = nil, currency = nil, keywordBids = nil, pricingModel = nil) ⇒ GetKeywordEstimatesByBidsRequest
constructor
A new instance of GetKeywordEstimatesByBidsRequest.
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
#accountId ⇒ Object
Returns the value of attribute accountId.
2443 2444 2445 |
# File 'lib/adcenter_wrapper_entities.rb', line 2443 def accountId @accountId end |
#currency ⇒ Object
Returns the value of attribute currency.
2445 2446 2447 |
# File 'lib/adcenter_wrapper_entities.rb', line 2445 def currency @currency end |
#keywordBids ⇒ Object
Returns the value of attribute keywordBids.
2446 2447 2448 |
# File 'lib/adcenter_wrapper_entities.rb', line 2446 def keywordBids @keywordBids end |
#languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
2444 2445 2446 |
# File 'lib/adcenter_wrapper_entities.rb', line 2444 def languageAndRegion @languageAndRegion end |
#pricingModel ⇒ Object
Returns the value of attribute pricingModel.
2447 2448 2449 |
# File 'lib/adcenter_wrapper_entities.rb', line 2447 def pricingModel @pricingModel end |