Class: AdWords::V201008::CampaignTargetService::LanguageTargetList
- Inherits:
-
TargetList
- Object
- TargetList
- AdWords::V201008::CampaignTargetService::LanguageTargetList
- Defined in:
- lib/adwords4r/v201008/CampaignTargetService.rb
Overview
LanguageTargetList
-
campaignId - SOAP::SOAPLong
-
targetList_Type - SOAP::SOAPString
-
targets - AdWords::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.
1072 1073 1074 1075 1076 |
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 1072 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.
1068 1069 1070 |
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 1068 def campaignId @campaignId end |
#targetList_Type ⇒ Object
Returns the value of attribute targetList_Type.
1069 1070 1071 |
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 1069 def targetList_Type @targetList_Type end |
#targets ⇒ Object
Returns the value of attribute targets.
1070 1071 1072 |
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 1070 def targets @targets end |