Class: AdWords::V201003::BulkMutateJobService::GeoTargetList

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

Overview

GeoTargetList

  • campaignId - SOAP::SOAPLong

  • targetList_Type - SOAP::SOAPString

  • targets - AdWords::V201003::BulkMutateJobService::GeoTarget

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of GeoTargetList.



4153
4154
4155
4156
4157
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4153

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.



4149
4150
4151
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4149

def campaignId
  @campaignId
end

#targetList_TypeObject

Returns the value of attribute targetList_Type.



4150
4151
4152
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4150

def targetList_Type
  @targetList_Type
end

#targetsObject

Returns the value of attribute targets.



4151
4152
4153
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4151

def targets
  @targets
end