Class: AdCenterWrapper::KeywordEstimatedBid
- Inherits:
-
Object
- Object
- AdCenterWrapper::KeywordEstimatedBid
- Defined in:
- lib/AdIntelligenceService.rb
Overview
http://schemas.datacontract.org/2004/07/Microsoft.AdCenter.Advertiser.CampaignManagement.Api.DataContractsKeywordEstimatedBid
keyword - SOAP::SOAPString
estimatedBids - AdCenterWrapper::ArrayOfEstimatedBidAndTraffic
Instance Attribute Summary collapse
-
#estimatedBids ⇒ Object
Returns the value of attribute estimatedBids.
-
#keyword ⇒ Object
Returns the value of attribute keyword.
Instance Method Summary collapse
-
#initialize(keyword = nil, estimatedBids = nil) ⇒ KeywordEstimatedBid
constructor
A new instance of KeywordEstimatedBid.
Constructor Details
#initialize(keyword = nil, estimatedBids = nil) ⇒ KeywordEstimatedBid
Returns a new instance of KeywordEstimatedBid.
127 128 129 130 |
# File 'lib/AdIntelligenceService.rb', line 127 def initialize(keyword = nil, estimatedBids = nil) @keyword = keyword @estimatedBids = estimatedBids end |
Instance Attribute Details
#estimatedBids ⇒ Object
Returns the value of attribute estimatedBids.
125 126 127 |
# File 'lib/AdIntelligenceService.rb', line 125 def estimatedBids @estimatedBids end |
#keyword ⇒ Object
Returns the value of attribute keyword.
124 125 126 |
# File 'lib/AdIntelligenceService.rb', line 124 def keyword @keyword end |