MetroTarget

  • target_Type - SOAP::SOAPString

  • excluded - SOAP::SOAPBoolean

  • metroCode - SOAP::SOAPString

Methods
N
Attributes
[RW] target_Type
[RW] excluded
[RW] metroCode
Class Public methods
new(target_Type = nil, excluded = nil, metroCode = nil)
     # File lib/adwords4r/v201003/CampaignTargetService.rb, line 320
320:   def initialize(target_Type = nil, excluded = nil, metroCode = nil)
321:     @target_Type = target_Type
322:     @excluded = excluded
323:     @metroCode = metroCode
324:   end