Class: AdWords::V201003::CampaignTargetService::NetworkTargetList
- Inherits:
-
TargetList
- Object
- TargetList
- AdWords::V201003::CampaignTargetService::NetworkTargetList
- Defined in:
- lib/adwords4r/v201003/CampaignTargetService.rb
Overview
NetworkTargetList
-
campaignId - SOAP::SOAPLong
-
targetList_Type - SOAP::SOAPString
-
targets - AdWords::V201003::CampaignTargetService::NetworkTarget
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 = []) ⇒ NetworkTargetList
constructor
A new instance of NetworkTargetList.
Constructor Details
#initialize(campaignId = nil, targetList_Type = nil, targets = []) ⇒ NetworkTargetList
1101 1102 1103 1104 1105 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 1101 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.
1097 1098 1099 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 1097 def campaignId @campaignId end |
#targetList_Type ⇒ Object
Returns the value of attribute targetList_Type.
1098 1099 1100 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 1098 def targetList_Type @targetList_Type end |
#targets ⇒ Object
Returns the value of attribute targets.
1099 1100 1101 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 1099 def targets @targets end |