Class: AdWords::V200909::CampaignTargetService::LanguageTargetList
- Inherits:
-
TargetList
- Object
- TargetList
- AdWords::V200909::CampaignTargetService::LanguageTargetList
- Defined in:
- lib/adwords4r/v200909/CampaignTargetService.rb
Overview
LanguageTargetList
-
campaignId - SOAP::SOAPLong
-
targetList_Type - SOAP::SOAPString
-
targets - AdWords::V200909::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.
907 908 909 910 911 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 907 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.
903 904 905 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 903 def campaignId @campaignId end |
#targetList_Type ⇒ Object
Returns the value of attribute targetList_Type.
904 905 906 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 904 def targetList_Type @targetList_Type end |
#targets ⇒ Object
Returns the value of attribute targets.
905 906 907 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 905 def targets @targets end |