- id - SOAP::SOAPLong
- maxCpc - SOAP::SOAPLong
- negative - SOAP::SOAPBoolean
- text - SOAP::SOAPString
- type - AdWords::V13::TrafficEstimatorService::KeywordType
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 def initialize(id = nil, maxCpc = nil, negative = nil, text = nil, type = nil) @id = id @maxCpc = maxCpc @negative = negative @text = text @type = type end