- negative - SOAP::SOAPBoolean
- text - SOAP::SOAPString
- type - AdWords::V13::KeywordToolService::KeywordType
Methods
- N
Attributes
[RW] | negative | |
[RW] | text | |
[RW] | type |
Class Public methods
Source: show
# File lib/adwords4r/v13/KeywordToolService.rb, line 103 def initialize(negative = nil, text = nil, type = nil) @negative = negative @text = text @type = type end