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
  def initialize(id = nil, maxCpc = nil, negative = nil, text = nil, type = nil)
    @id = id
    @maxCpc = maxCpc
    @negative = negative
    @text = text
    @type = type
  end