Class: AdCenterWrapper::GetEstimatedBidByKeywordsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetEstimatedBidByKeywordsResponse
- Defined in:
- lib/AdIntelligenceService.rb
Overview
https://adcenter.microsoft.com/v8GetEstimatedBidByKeywordsResponse
keywordEstimatedBids - AdCenterWrapper::ArrayOfKeywordEstimatedBid
Instance Attribute Summary collapse
-
#keywordEstimatedBids ⇒ Object
Returns the value of attribute keywordEstimatedBids.
Instance Method Summary collapse
-
#initialize(keywordEstimatedBids = nil) ⇒ GetEstimatedBidByKeywordsResponse
constructor
A new instance of GetEstimatedBidByKeywordsResponse.
Constructor Details
permalink #initialize(keywordEstimatedBids = nil) ⇒ GetEstimatedBidByKeywordsResponse
Returns a new instance of GetEstimatedBidByKeywordsResponse.
650 651 652 |
# File 'lib/AdIntelligenceService.rb', line 650 def initialize(keywordEstimatedBids = nil) @keywordEstimatedBids = keywordEstimatedBids end |
Instance Attribute Details
permalink #keywordEstimatedBids ⇒ Object
Returns the value of attribute keywordEstimatedBids.
648 649 650 |
# File 'lib/AdIntelligenceService.rb', line 648 def keywordEstimatedBids @keywordEstimatedBids end |