Class: AdWords::V201008::BulkMutateJobService::DemographicTargetList

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

Overview

DemographicTargetList

  • campaignId - SOAP::SOAPLong

  • targetList_Type - SOAP::SOAPString

  • targets - AdWords::V201008::BulkMutateJobService::DemographicTarget

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DemographicTargetList.



4671
4672
4673
4674
4675
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4671

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.



4667
4668
4669
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4667

def campaignId
  @campaignId
end

#targetList_TypeObject

Returns the value of attribute targetList_Type.



4668
4669
4670
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4668

def targetList_Type
  @targetList_Type
end

#targetsObject

Returns the value of attribute targets.



4669
4670
4671
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4669

def targets
  @targets
end