GeoTarget abstract

  • target_Type - SOAP::SOAPString
  • excluded - SOAP::SOAPBoolean
Methods
N
Attributes
[RW] target_Type
[RW] excluded
Class Public methods
new(target_Type = nil, excluded = nil)
# File lib/adwords4r/v200906/CampaignTargetService.rb, line 227
  def initialize(target_Type = nil, excluded = nil)
    @target_Type = target_Type
    @excluded = excluded
  end