Class: AdWords::V201003::BulkMutateJobService::Target

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



3812
3813
3814
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3812

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

Instance Attribute Details

#target_TypeObject

Returns the value of attribute target_Type.



3810
3811
3812
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3810

def target_Type
  @target_Type
end