SeedKeyword

Methods
N
Attributes
[RW] negative
[RW] text
[RW] type
Class Public methods
new(negative = nil, text = nil, type = nil)
# File lib/adwords4r/v13/KeywordToolService.rb, line 103
  def initialize(negative = nil, text = nil, type = nil)
    @negative = negative
    @text = text
    @type = type
  end