KeywordRequest

Methods
N
Attributes
[RW] id
[RW] maxCpc
[RW] negative
[RW] text
[RW] type
Class Public methods
new(id = nil, maxCpc = nil, negative = nil, text = nil, type = nil)
     # 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