Class: AdWords::V201008::BulkMutateJobService::Target

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



4346
4347
4348
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4346

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

Instance Attribute Details

#target_TypeObject

Returns the value of attribute target_Type.



4344
4345
4346
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4344

def target_Type
  @target_Type
end