Class: AdwordsApi::V201008::CampaignTargetService::LanguageTargetList
- Inherits:
-
TargetList
- Object
- TargetList
- AdwordsApi::V201008::CampaignTargetService::LanguageTargetList
- Defined in:
- lib/adwords_api/v201008/CampaignTargetService.rb
Overview
LanguageTargetList
-
campaignId - SOAP::SOAPLong
-
targetList_Type - SOAP::SOAPString
-
targets - AdwordsApi::V201008::CampaignTargetService::LanguageTarget
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 = []) ⇒ LanguageTargetList
constructor
A new instance of LanguageTargetList.
Constructor Details
#initialize(campaignId = nil, targetList_Type = nil, targets = []) ⇒ LanguageTargetList
Returns a new instance of LanguageTargetList.
1078 1079 1080 1081 1082 |
# File 'lib/adwords_api/v201008/CampaignTargetService.rb', line 1078 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.
1074 1075 1076 |
# File 'lib/adwords_api/v201008/CampaignTargetService.rb', line 1074 def campaignId @campaignId end |
#targetList_Type ⇒ Object
Returns the value of attribute targetList_Type.
1075 1076 1077 |
# File 'lib/adwords_api/v201008/CampaignTargetService.rb', line 1075 def targetList_Type @targetList_Type end |
#targets ⇒ Object
Returns the value of attribute targets.
1076 1077 1078 |
# File 'lib/adwords_api/v201008/CampaignTargetService.rb', line 1076 def targets @targets end |