target_Type - SOAP::SOAPString
carrierName - SOAP::SOAPString
countryCode - SOAP::SOAPString
Methods
- N
Attributes
[RW] | target_Type | |
[RW] | carrierName | |
[RW] | countryCode |
Class Public methods
Source: show
# File lib/adwords4r/v201003/TargetingIdeaService.rb, line 327 327: def initialize(target_Type = nil, carrierName = nil, countryCode = nil) 328: @target_Type = target_Type 329: @carrierName = carrierName 330: @countryCode = countryCode 331: end