Class: AdWords::V201008::BulkMutateJobService::MobileTargetList

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

Overview

MobileTargetList

  • campaignId - SOAP::SOAPLong

  • targetList_Type - SOAP::SOAPString

  • targets - AdWords::V201008::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.



4719
4720
4721
4722
4723
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4719

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.



4715
4716
4717
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4715

def campaignId
  @campaignId
end

#targetList_TypeObject

Returns the value of attribute targetList_Type.



4716
4717
4718
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4716

def targetList_Type
  @targetList_Type
end

#targetsObject

Returns the value of attribute targets.



4717
4718
4719
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4717

def targets
  @targets
end