Class: AdCenterWrapper::KeywordEstimatedBid

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#estimatedBidsObject

Returns the value of attribute estimatedBids.



125
126
127
# File 'lib/AdIntelligenceService.rb', line 125

def estimatedBids
  @estimatedBids
end

#keywordObject

Returns the value of attribute keyword.



124
125
126
# File 'lib/AdIntelligenceService.rb', line 124

def keyword
  @keyword
end