Class: AdWords::V201003::BulkMutateJobService::TargetList
- Inherits:
-
Object
- Object
- AdWords::V201003::BulkMutateJobService::TargetList
- Defined in:
- lib/adwords4r/v201003/BulkMutateJobService.rb
Overview
TargetList abstract
-
campaignId - SOAP::SOAPLong
-
targetList_Type - SOAP::SOAPString
Direct Known Subclasses
AdScheduleTargetList, DemographicTargetList, GeoTargetList, LanguageTargetList, MobileTargetList, NetworkTargetList, PlatformTargetList
Instance Attribute Summary collapse
-
#campaignId ⇒ Object
Returns the value of attribute campaignId.
-
#targetList_Type ⇒ Object
Returns the value of attribute targetList_Type.
Instance Method Summary collapse
-
#initialize(campaignId = nil, targetList_Type = nil) ⇒ TargetList
constructor
A new instance of TargetList.
Constructor Details
#initialize(campaignId = nil, targetList_Type = nil) ⇒ TargetList
Returns a new instance of TargetList.
4106 4107 4108 4109 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4106 def initialize(campaignId = nil, targetList_Type = nil) @campaignId = campaignId @targetList_Type = targetList_Type end |
Instance Attribute Details
#campaignId ⇒ Object
Returns the value of attribute campaignId.
4103 4104 4105 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4103 def campaignId @campaignId end |
#targetList_Type ⇒ Object
Returns the value of attribute targetList_Type.
4104 4105 4106 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4104 def targetList_Type @targetList_Type end |