Class: AdWords::V201008::TrafficEstimatorService::Target

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

Overview

Target abstract

  • target_Type - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(target_Type = nil) ⇒ Target

Returns a new instance of Target.



184
185
186
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 184

def initialize(target_Type = nil)
  @target_Type = target_Type
end

Instance Attribute Details

#target_TypeObject

Returns the value of attribute target_Type.



182
183
184
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 182

def target_Type
  @target_Type
end