Class: AdWords::V200909::BulkMutateJobService::Target

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



3315
3316
3317
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3315

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

Instance Attribute Details

#target_TypeObject

Returns the value of attribute target_Type.



3313
3314
3315
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3313

def target_Type
  @target_Type
end