Class: AdWords::V13::TrafficEstimatorService::KeywordEstimate
- Inherits:
-
Object
- Object
- AdWords::V13::TrafficEstimatorService::KeywordEstimate
- 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
-
#id ⇒ Object
Returns the value of attribute id.
-
#lowerAvgPosition ⇒ Object
Returns the value of attribute lowerAvgPosition.
-
#lowerClicksPerDay ⇒ Object
Returns the value of attribute lowerClicksPerDay.
-
#lowerCpc ⇒ Object
Returns the value of attribute lowerCpc.
-
#upperAvgPosition ⇒ Object
Returns the value of attribute upperAvgPosition.
-
#upperClicksPerDay ⇒ Object
Returns the value of attribute upperClicksPerDay.
-
#upperCpc ⇒ Object
Returns the value of attribute upperCpc.
Instance Method Summary collapse
-
#initialize(id = nil, lowerAvgPosition = nil, lowerClicksPerDay = nil, lowerCpc = nil, upperAvgPosition = nil, upperClicksPerDay = nil, upperCpc = nil) ⇒ KeywordEstimate
constructor
A new instance of KeywordEstimate.
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
#id ⇒ Object
Returns the value of attribute id.
199 200 201 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 199 def id @id end |
#lowerAvgPosition ⇒ Object
Returns the value of attribute lowerAvgPosition.
200 201 202 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 200 def lowerAvgPosition @lowerAvgPosition end |
#lowerClicksPerDay ⇒ Object
Returns the value of attribute lowerClicksPerDay.
201 202 203 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 201 def lowerClicksPerDay @lowerClicksPerDay end |
#lowerCpc ⇒ Object
Returns the value of attribute lowerCpc.
202 203 204 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 202 def lowerCpc @lowerCpc end |
#upperAvgPosition ⇒ Object
Returns the value of attribute upperAvgPosition.
203 204 205 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 203 def upperAvgPosition @upperAvgPosition end |
#upperClicksPerDay ⇒ Object
Returns the value of attribute upperClicksPerDay.
204 205 206 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 204 def upperClicksPerDay @upperClicksPerDay end |
#upperCpc ⇒ Object
Returns the value of attribute upperCpc.
205 206 207 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 205 def upperCpc @upperCpc end |