Class: AdWords::V201003::CampaignTargetService::TargetList
- Inherits:
-
Object
- Object
- AdWords::V201003::CampaignTargetService::TargetList
- Defined in:
- lib/adwords4r/v201003/CampaignTargetService.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.
1006 1007 1008 1009 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 1006 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.
1003 1004 1005 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 1003 def campaignId @campaignId end |
#targetList_Type ⇒ Object
Returns the value of attribute targetList_Type.
1004 1005 1006 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 1004 def targetList_Type @targetList_Type end |