Class: AdWords::V201003::BulkMutateJobService::MobileTargetList

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

Overview

MobileTargetList

  • campaignId - SOAP::SOAPLong

  • targetList_Type - SOAP::SOAPString

  • targets - AdWords::V201003::BulkMutateJobService::MobileTarget

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of MobileTargetList.



4185
4186
4187
4188
4189
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4185

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.



4181
4182
4183
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4181

def campaignId
  @campaignId
end

#targetList_TypeObject

Returns the value of attribute targetList_Type.



4182
4183
4184
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4182

def targetList_Type
  @targetList_Type
end

#targetsObject

Returns the value of attribute targets.



4183
4184
4185
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4183

def targets
  @targets
end