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