Class: AdWords::V201003::CampaignTargetService::PlatformTargetList
- Inherits:
-
TargetList
- Object
- TargetList
- AdWords::V201003::CampaignTargetService::PlatformTargetList
- Defined in:
- lib/adwords4r/v201003/CampaignTargetService.rb
Overview
PlatformTargetList
-
campaignId - SOAP::SOAPLong
-
targetList_Type - SOAP::SOAPString
-
targets - AdWords::V201003::CampaignTargetService::PlatformTarget
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 = []) ⇒ PlatformTargetList
constructor
A new instance of PlatformTargetList.
Constructor Details
#initialize(campaignId = nil, targetList_Type = nil, targets = []) ⇒ PlatformTargetList
Returns a new instance of PlatformTargetList.
1117 1118 1119 1120 1121 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 1117 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.
1113 1114 1115 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 1113 def campaignId @campaignId end |
#targetList_Type ⇒ Object
Returns the value of attribute targetList_Type.
1114 1115 1116 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 1114 def targetList_Type @targetList_Type end |
#targets ⇒ Object
Returns the value of attribute targets.
1115 1116 1117 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 1115 def targets @targets end |