Class: AdWords::V201003::BulkMutateJobService::AdScheduleTargetList
- Inherits:
-
TargetList
- Object
- TargetList
- AdWords::V201003::BulkMutateJobService::AdScheduleTargetList
- Defined in:
- lib/adwords4r/v201003/BulkMutateJobService.rb
Overview
AdScheduleTargetList
-
campaignId - SOAP::SOAPLong
-
targetList_Type - SOAP::SOAPString
-
targets - AdWords::V201003::BulkMutateJobService::AdScheduleTarget
Instance Attribute Summary collapse
-
#campaignId ⇒ Object
Returns the value of attribute campaignId.
-
#targetList_Type ⇒ Object
Returns the value of attribute targetList_Type.
-
#targets ⇒ Object
Returns the value of attribute targets.
Instance Method Summary collapse
-
#initialize(campaignId = nil, targetList_Type = nil, targets = []) ⇒ AdScheduleTargetList
constructor
A new instance of AdScheduleTargetList.
Constructor Details
#initialize(campaignId = nil, targetList_Type = nil, targets = []) ⇒ AdScheduleTargetList
Returns a new instance of AdScheduleTargetList.
4121 4122 4123 4124 4125 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4121 def initialize(campaignId = nil, targetList_Type = nil, targets = []) @campaignId = campaignId @targetList_Type = targetList_Type @targets = targets end |
Instance Attribute Details
#campaignId ⇒ Object
Returns the value of attribute campaignId.
4117 4118 4119 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4117 def campaignId @campaignId end |
#targetList_Type ⇒ Object
Returns the value of attribute targetList_Type.
4118 4119 4120 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4118 def targetList_Type @targetList_Type end |
#targets ⇒ Object
Returns the value of attribute targets.
4119 4120 4121 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4119 def targets @targets end |