Class: AdwordsApi::V201008::TrafficEstimatorService::Target

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/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.



1007
1008
1009
# File 'lib/adwords_api/v201008/TrafficEstimatorService.rb', line 1007

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

Instance Attribute Details

#target_TypeObject

Returns the value of attribute target_Type.



1005
1006
1007
# File 'lib/adwords_api/v201008/TrafficEstimatorService.rb', line 1005

def target_Type
  @target_Type
end