Class: AdWords::V201003::CampaignTargetService::MobileTargetList

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

Overview

MobileTargetList

  • campaignId - SOAP::SOAPLong

  • targetList_Type - SOAP::SOAPString

  • targets - AdWords::V201003::CampaignTargetService::MobileTarget

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of MobileTargetList.



1085
1086
1087
1088
1089
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 1085

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.



1081
1082
1083
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 1081

def campaignId
  @campaignId
end

#targetList_TypeObject

Returns the value of attribute targetList_Type.



1082
1083
1084
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 1082

def targetList_Type
  @targetList_Type
end

#targetsObject

Returns the value of attribute targets.



1083
1084
1085
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 1083

def targets
  @targets
end