Class: AdWords::V201003::BulkMutateJobService::LanguageTargetList

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

Overview

LanguageTargetList

  • campaignId - SOAP::SOAPLong

  • targetList_Type - SOAP::SOAPString

  • targets - AdWords::V201003::BulkMutateJobService::LanguageTarget

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of LanguageTargetList.



4169
4170
4171
4172
4173
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4169

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.



4165
4166
4167
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4165

def campaignId
  @campaignId
end

#targetList_TypeObject

Returns the value of attribute targetList_Type.



4166
4167
4168
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4166

def targetList_Type
  @targetList_Type
end

#targetsObject

Returns the value of attribute targets.



4167
4168
4169
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4167

def targets
  @targets
end