Class: AdwordsApi::V201003::CampaignTargetService::LanguageTargetList

Inherits:
TargetList
  • Object
show all
Defined in:
lib/adwords_api/v201003/CampaignTargetService.rb

Overview

LanguageTargetList

  • campaignId - SOAP::SOAPLong

  • targetList_Type - SOAP::SOAPString

  • targets - AdwordsApi::V201003::CampaignTargetService::LanguageTarget

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(campaignId = nil, targetList_Type = nil, targets = []) ⇒ LanguageTargetList

Returns a new instance of LanguageTargetList.



1075
1076
1077
1078
1079
# File 'lib/adwords_api/v201003/CampaignTargetService.rb', line 1075

def initialize(campaignId = nil, targetList_Type = nil, targets = [])
  @campaignId = campaignId
  @targetList_Type = targetList_Type
  @targets = targets
end

Instance Attribute Details

#campaignIdObject

Returns the value of attribute campaignId.



1071
1072
1073
# File 'lib/adwords_api/v201003/CampaignTargetService.rb', line 1071

def campaignId
  @campaignId
end

#targetList_TypeObject

Returns the value of attribute targetList_Type.



1072
1073
1074
# File 'lib/adwords_api/v201003/CampaignTargetService.rb', line 1072

def targetList_Type
  @targetList_Type
end

#targetsObject

Returns the value of attribute targets.



1073
1074
1075
# File 'lib/adwords_api/v201003/CampaignTargetService.rb', line 1073

def targets
  @targets
end