Class: AdWords::V201008::TrafficEstimatorService::Estimate
- Inherits:
-
Object
- Object
- AdWords::V201008::TrafficEstimatorService::Estimate
- Defined in:
- lib/adwords4r/v201008/TrafficEstimatorService.rb
Overview
Estimate
-
estimate_Type - SOAP::SOAPString
Direct Known Subclasses
Instance Attribute Summary collapse
-
#estimate_Type ⇒ Object
Returns the value of attribute estimate_Type.
Instance Method Summary collapse
-
#initialize(estimate_Type = nil) ⇒ Estimate
constructor
A new instance of Estimate.
Constructor Details
#initialize(estimate_Type = nil) ⇒ Estimate
Returns a new instance of Estimate.
1279 1280 1281 |
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 1279 def initialize(estimate_Type = nil) @estimate_Type = estimate_Type end |
Instance Attribute Details
#estimate_Type ⇒ Object
Returns the value of attribute estimate_Type.
1277 1278 1279 |
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 1277 def estimate_Type @estimate_Type end |