id - SOAP::SOAPLong
maxCpc - SOAP::SOAPLong
negative - SOAP::SOAPBoolean
text - SOAP::SOAPString
Methods
- N
Attributes
[RW] | id | |
[RW] | maxCpc | |
[RW] | negative | |
[RW] | text | |
[RW] | type |
Class Public methods
Source: show
# File lib/adwords4r/v13/TrafficEstimatorService.rb, line 231 231: def initialize(id = nil, maxCpc = nil, negative = nil, text = nil, type = nil) 232: @id = id 233: @maxCpc = maxCpc 234: @negative = negative 235: @text = text 236: @type = type 237: end