Class: AdWords::V201008::BulkMutateJobService::NetworkTargetList
- Inherits:
-
TargetList
- Object
- TargetList
- AdWords::V201008::BulkMutateJobService::NetworkTargetList
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
NetworkTargetList
-
campaignId - SOAP::SOAPLong
-
targetList_Type - SOAP::SOAPString
-
targets - AdWords::V201008::BulkMutateJobService::NetworkTarget
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 = []) ⇒ NetworkTargetList
constructor
A new instance of NetworkTargetList.
Constructor Details
#initialize(campaignId = nil, targetList_Type = nil, targets = []) ⇒ NetworkTargetList
Returns a new instance of NetworkTargetList.
4735 4736 4737 4738 4739 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4735 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.
4731 4732 4733 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4731 def campaignId @campaignId end |
#targetList_Type ⇒ Object
Returns the value of attribute targetList_Type.
4732 4733 4734 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4732 def targetList_Type @targetList_Type end |
#targets ⇒ Object
Returns the value of attribute targets.
4733 4734 4735 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4733 def targets @targets end |