Class: AdWords::V200909::BulkMutateJobService::GeoTargetList
- Inherits:
-
TargetList
- Object
- TargetList
- AdWords::V200909::BulkMutateJobService::GeoTargetList
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
GeoTargetList
-
campaignId - SOAP::SOAPLong
-
targetList_Type - SOAP::SOAPString
-
targets - AdWords::V200909::BulkMutateJobService::GeoTarget
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 = []) ⇒ GeoTargetList
constructor
A new instance of GeoTargetList.
Constructor Details
#initialize(campaignId = nil, targetList_Type = nil, targets = []) ⇒ GeoTargetList
Returns a new instance of GeoTargetList.
3616 3617 3618 3619 3620 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3616 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.
3612 3613 3614 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3612 def campaignId @campaignId end |
#targetList_Type ⇒ Object
Returns the value of attribute targetList_Type.
3613 3614 3615 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3613 def targetList_Type @targetList_Type end |
#targets ⇒ Object
Returns the value of attribute targets.
3614 3615 3616 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3614 def targets @targets end |