Class: AdWords::V201003::BulkMutateJobService::PlatformTargetList

Inherits:
TargetList
  • Object
show all
Defined in:
lib/adwords4r/v201003/BulkMutateJobService.rb

Overview

PlatformTargetList

  • campaignId - SOAP::SOAPLong

  • targetList_Type - SOAP::SOAPString

  • targets - AdWords::V201003::BulkMutateJobService::PlatformTarget

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(campaignId = nil, targetList_Type = nil, targets = []) ⇒ PlatformTargetList

Returns a new instance of PlatformTargetList.



4217
4218
4219
4220
4221
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4217

def initialize(campaignId = nil, targetList_Type = nil, targets = [])
  @campaignId = campaignId
  @targetList_Type = targetList_Type
  @targets = targets
end

Instance Attribute Details

#campaignIdObject

Returns the value of attribute campaignId.



4213
4214
4215
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4213

def campaignId
  @campaignId
end

#targetList_TypeObject

Returns the value of attribute targetList_Type.



4214
4215
4216
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4214

def targetList_Type
  @targetList_Type
end

#targetsObject

Returns the value of attribute targets.



4215
4216
4217
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4215

def targets
  @targets
end