Class: AdWords::V13::TrafficEstimatorService::KeywordRequest
- Inherits:
-
Object
- Object
- AdWords::V13::TrafficEstimatorService::KeywordRequest
- Defined in:
- lib/adwords4r/v13/TrafficEstimatorService.rb
Overview
KeywordRequest
-
id - SOAP::SOAPLong
-
maxCpc - SOAP::SOAPLong
-
negative - SOAP::SOAPBoolean
-
text - SOAP::SOAPString
-
type - AdWords::V13::TrafficEstimatorService::KeywordType
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#maxCpc ⇒ Object
Returns the value of attribute maxCpc.
-
#negative ⇒ Object
Returns the value of attribute negative.
-
#text ⇒ Object
Returns the value of attribute text.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(id = nil, maxCpc = nil, negative = nil, text = nil, type = nil) ⇒ KeywordRequest
constructor
A new instance of KeywordRequest.
Constructor Details
#initialize(id = nil, maxCpc = nil, negative = nil, text = nil, type = nil) ⇒ KeywordRequest
Returns a new instance of KeywordRequest.
231 232 233 234 235 236 237 |
# 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 |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
225 226 227 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 225 def id @id end |
#maxCpc ⇒ Object
Returns the value of attribute maxCpc.
226 227 228 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 226 def maxCpc @maxCpc end |
#negative ⇒ Object
Returns the value of attribute negative.
227 228 229 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 227 def negative @negative end |
#text ⇒ Object
Returns the value of attribute text.
228 229 230 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 228 def text @text end |
#type ⇒ Object
Returns the value of attribute type.
229 230 231 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 229 def type @type end |