Class: AdWords::V201008::BulkMutateJobService::MobileTargetList
- Inherits:
-
TargetList
- Object
- TargetList
- AdWords::V201008::BulkMutateJobService::MobileTargetList
- 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
-
#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 = []) ⇒ MobileTargetList
constructor
A new instance of MobileTargetList.
Constructor Details
#initialize(campaignId = nil, targetList_Type = nil, targets = []) ⇒ MobileTargetList
Returns a new instance of MobileTargetList.
4738 4739 4740 4741 4742 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4738 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.
4734 4735 4736 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4734 def campaignId @campaignId end |
#targetList_Type ⇒ Object
Returns the value of attribute targetList_Type.
4735 4736 4737 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4735 def targetList_Type @targetList_Type end |
#targets ⇒ Object
Returns the value of attribute targets.
4736 4737 4738 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4736 def targets @targets end |