Class: AdWords::V201008::CampaignTargetService::PlatformTargetList

Inherits:
TargetList
  • Object
show all
Defined in:
lib/adwords4r/v201008/CampaignTargetService.rb

Overview

PlatformTargetList

  • campaignId - SOAP::SOAPLong

  • targetList_Type - SOAP::SOAPString

  • targets - AdWords::V201008::CampaignTargetService::PlatformTarget

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of PlatformTargetList.



1120
1121
1122
1123
1124
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 1120

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.



1116
1117
1118
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 1116

def campaignId
  @campaignId
end

#targetList_TypeObject

Returns the value of attribute targetList_Type.



1117
1118
1119
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 1117

def targetList_Type
  @targetList_Type
end

#targetsObject

Returns the value of attribute targets.



1118
1119
1120
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 1118

def targets
  @targets
end