Class: AdWords::V200909::BulkMutateJobService::DemographicTargetList
- Inherits:
-
TargetList
- Object
- TargetList
- AdWords::V200909::BulkMutateJobService::DemographicTargetList
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
DemographicTargetList
-
campaignId - SOAP::SOAPLong
-
targetList_Type - SOAP::SOAPString
-
targets - AdWords::V200909::BulkMutateJobService::DemographicTarget
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 = []) ⇒ DemographicTargetList
constructor
A new instance of DemographicTargetList.
Constructor Details
#initialize(campaignId = nil, targetList_Type = nil, targets = []) ⇒ DemographicTargetList
Returns a new instance of DemographicTargetList.
3600 3601 3602 3603 3604 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3600 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.
3596 3597 3598 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3596 def campaignId @campaignId end |
#targetList_Type ⇒ Object
Returns the value of attribute targetList_Type.
3597 3598 3599 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3597 def targetList_Type @targetList_Type end |
#targets ⇒ Object
Returns the value of attribute targets.
3598 3599 3600 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3598 def targets @targets end |