Class: AdWords::V201008::TrafficEstimatorService::Estimate

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

Overview

Estimate

  • estimate_Type - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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_TypeObject

Returns the value of attribute estimate_Type.



1277
1278
1279
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 1277

def estimate_Type
  @estimate_Type
end