Class: AdWords::V201008::BulkMutateJobService::AdScheduleTargetList
- Inherits:
-
TargetList
- Object
- TargetList
- AdWords::V201008::BulkMutateJobService::AdScheduleTargetList
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
AdScheduleTargetList
-
campaignId - SOAP::SOAPLong
-
targetList_Type - SOAP::SOAPString
-
targets - AdWords::V201008::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
4655 4656 4657 4658 4659 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4655 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.
4651 4652 4653 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4651 def campaignId @campaignId end |
#targetList_Type ⇒ Object
Returns the value of attribute targetList_Type.
4652 4653 4654 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4652 def targetList_Type @targetList_Type end |
#targets ⇒ Object
Returns the value of attribute targets.
4653 4654 4655 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4653 def targets @targets end |