Class: AdWords::V201008::TrafficEstimatorService::KeywordEstimate
- Inherits:
-
Estimate
- Object
- Estimate
- AdWords::V201008::TrafficEstimatorService::KeywordEstimate
- Defined in:
- lib/adwords4r/v201008/TrafficEstimatorService.rb
Overview
KeywordEstimate
-
estimate_Type - SOAP::SOAPString
-
criterionId - SOAP::SOAPLong
-
min - AdWords::V201008::TrafficEstimatorService::StatsEstimate
-
max - AdWords::V201008::TrafficEstimatorService::StatsEstimate
Instance Attribute Summary collapse
-
#criterionId ⇒ Object
Returns the value of attribute criterionId.
-
#estimate_Type ⇒ Object
Returns the value of attribute estimate_Type.
-
#max ⇒ Object
Returns the value of attribute max.
-
#min ⇒ Object
Returns the value of attribute min.
Instance Method Summary collapse
-
#initialize(estimate_Type = nil, criterionId = nil, min = nil, max = nil) ⇒ KeywordEstimate
constructor
A new instance of KeywordEstimate.
Constructor Details
#initialize(estimate_Type = nil, criterionId = nil, min = nil, max = nil) ⇒ KeywordEstimate
1327 1328 1329 1330 1331 1332 |
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 1327 def initialize(estimate_Type = nil, criterionId = nil, min = nil, max = nil) @estimate_Type = estimate_Type @criterionId = criterionId @min = min @max = max end |
Instance Attribute Details
#criterionId ⇒ Object
Returns the value of attribute criterionId.
1323 1324 1325 |
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 1323 def criterionId @criterionId end |
#estimate_Type ⇒ Object
Returns the value of attribute estimate_Type.
1322 1323 1324 |
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 1322 def estimate_Type @estimate_Type end |
#max ⇒ Object
Returns the value of attribute max.
1325 1326 1327 |
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 1325 def max @max end |
#min ⇒ Object
Returns the value of attribute min.
1324 1325 1326 |
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 1324 def min @min end |