Class: AdWords::V13::TrafficEstimatorService::KeywordTrafficRequest
- Inherits:
-
Object
- Object
- AdWords::V13::TrafficEstimatorService::KeywordTrafficRequest
- Defined in:
- lib/adwords4r/v13/TrafficEstimatorService.rb
Overview
KeywordTrafficRequest
-
keywordText - SOAP::SOAPString
-
keywordType - AdWords::V13::TrafficEstimatorService::KeywordType
-
language - SOAP::SOAPString
Instance Attribute Summary collapse
-
#keywordText ⇒ Object
Returns the value of attribute keywordText.
-
#keywordType ⇒ Object
Returns the value of attribute keywordType.
-
#language ⇒ Object
Returns the value of attribute language.
Instance Method Summary collapse
-
#initialize(keywordText = nil, keywordType = nil, language = nil) ⇒ KeywordTrafficRequest
constructor
A new instance of KeywordTrafficRequest.
Constructor Details
#initialize(keywordText = nil, keywordType = nil, language = nil) ⇒ KeywordTrafficRequest
Returns a new instance of KeywordTrafficRequest.
249 250 251 252 253 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 249 def initialize(keywordText = nil, keywordType = nil, language = nil) @keywordText = keywordText @keywordType = keywordType @language = language end |
Instance Attribute Details
#keywordText ⇒ Object
Returns the value of attribute keywordText.
245 246 247 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 245 def keywordText @keywordText end |
#keywordType ⇒ Object
Returns the value of attribute keywordType.
246 247 248 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 246 def keywordType @keywordType end |
#language ⇒ Object
Returns the value of attribute language.
247 248 249 |
# File 'lib/adwords4r/v13/TrafficEstimatorService.rb', line 247 def language @language end |