Class: AdWords::V200909::BulkMutateJobService::AdScheduleTargetList

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

Overview

AdScheduleTargetList

  • campaignId - SOAP::SOAPLong

  • targetList_Type - SOAP::SOAPString

  • targets - AdWords::V200909::BulkMutateJobService::AdScheduleTarget

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AdScheduleTargetList.



3584
3585
3586
3587
3588
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3584

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.



3580
3581
3582
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3580

def campaignId
  @campaignId
end

#targetList_TypeObject

Returns the value of attribute targetList_Type.



3581
3582
3583
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3581

def targetList_Type
  @targetList_Type
end

#targetsObject

Returns the value of attribute targets.



3582
3583
3584
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3582

def targets
  @targets
end