Class: AdWords::V13::TrafficEstimatorService::KeywordEstimate

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v13/TrafficEstimatorService.rb

Overview

KeywordEstimate

  • id - SOAP::SOAPLong

  • lowerAvgPosition - SOAP::SOAPFloat

  • lowerClicksPerDay - SOAP::SOAPFloat

  • lowerCpc - SOAP::SOAPLong

  • upperAvgPosition - SOAP::SOAPFloat

  • upperClicksPerDay - SOAP::SOAPFloat

  • upperCpc - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, lowerAvgPosition = nil, lowerClicksPerDay = nil, lowerCpc = nil, upperAvgPosition = nil, upperClicksPerDay = nil, upperCpc = nil) ⇒ KeywordEstimate

Returns a new instance of KeywordEstimate.



207
208
209
210
211
212
213
214
215
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 207

def initialize(id = nil, lowerAvgPosition = nil, lowerClicksPerDay = nil, lowerCpc = nil, upperAvgPosition = nil, upperClicksPerDay = nil, upperCpc = nil)
  @id = id
  @lowerAvgPosition = lowerAvgPosition
  @lowerClicksPerDay = lowerClicksPerDay
  @lowerCpc = lowerCpc
  @upperAvgPosition = upperAvgPosition
  @upperClicksPerDay = upperClicksPerDay
  @upperCpc = upperCpc
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



199
200
201
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 199

def id
  @id
end

#lowerAvgPositionObject

Returns the value of attribute lowerAvgPosition.



200
201
202
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 200

def lowerAvgPosition
  @lowerAvgPosition
end

#lowerClicksPerDayObject

Returns the value of attribute lowerClicksPerDay.



201
202
203
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 201

def lowerClicksPerDay
  @lowerClicksPerDay
end

#lowerCpcObject

Returns the value of attribute lowerCpc.



202
203
204
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 202

def lowerCpc
  @lowerCpc
end

#upperAvgPositionObject

Returns the value of attribute upperAvgPosition.



203
204
205
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 203

def upperAvgPosition
  @upperAvgPosition
end

#upperClicksPerDayObject

Returns the value of attribute upperClicksPerDay.



204
205
206
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 204

def upperClicksPerDay
  @upperClicksPerDay
end

#upperCpcObject

Returns the value of attribute upperCpc.



205
206
207
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 205

def upperCpc
  @upperCpc
end