Class: AdWords::V201008::CampaignTargetService::GeoTargetList
- Inherits:
-
TargetList
- Object
- TargetList
- AdWords::V201008::CampaignTargetService::GeoTargetList
- Defined in:
- lib/adwords4r/v201008/CampaignTargetService.rb
Overview
GeoTargetList
-
campaignId - SOAP::SOAPLong
-
targetList_Type - SOAP::SOAPString
-
targets - AdWords::V201008::CampaignTargetService::GeoTarget
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 = []) ⇒ GeoTargetList
constructor
A new instance of GeoTargetList.
Constructor Details
#initialize(campaignId = nil, targetList_Type = nil, targets = []) ⇒ GeoTargetList
Returns a new instance of GeoTargetList.
1056 1057 1058 1059 1060 |
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 1056 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.
1052 1053 1054 |
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 1052 def campaignId @campaignId end |
#targetList_Type ⇒ Object
Returns the value of attribute targetList_Type.
1053 1054 1055 |
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 1053 def targetList_Type @targetList_Type end |
#targets ⇒ Object
Returns the value of attribute targets.
1054 1055 1056 |
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 1054 def targets @targets end |