Class: AdWords::V201008::BulkMutateJobService::PlatformTarget

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

Overview

PlatformTarget

  • target_Type - SOAP::SOAPString

  • platformType - AdWords::V201008::BulkMutateJobService::PlatformType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(target_Type = nil, platformType = nil) ⇒ PlatformTarget

Returns a new instance of PlatformTarget.



4626
4627
4628
4629
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4626

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

Instance Attribute Details

#platformTypeObject

Returns the value of attribute platformType.



4624
4625
4626
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4624

def platformType
  @platformType
end

#target_TypeObject

Returns the value of attribute target_Type.



4623
4624
4625
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4623

def target_Type
  @target_Type
end