Class: AdWords::V201008::TrafficEstimatorService::KeywordEstimateRequest
- Inherits:
-
EstimateRequest
- Object
- EstimateRequest
- AdWords::V201008::TrafficEstimatorService::KeywordEstimateRequest
- Defined in:
- lib/adwords4r/v201008/TrafficEstimatorService.rb
Overview
KeywordEstimateRequest
-
estimateRequest_Type - SOAP::SOAPString
-
keyword - AdWords::V201008::TrafficEstimatorService::Keyword
-
maxCpc - AdWords::V201008::TrafficEstimatorService::Money
Instance Attribute Summary collapse
-
#estimateRequest_Type ⇒ Object
Returns the value of attribute estimateRequest_Type.
-
#keyword ⇒ Object
Returns the value of attribute keyword.
-
#maxCpc ⇒ Object
Returns the value of attribute maxCpc.
Instance Method Summary collapse
-
#initialize(estimateRequest_Type = nil, keyword = nil, maxCpc = nil) ⇒ KeywordEstimateRequest
constructor
A new instance of KeywordEstimateRequest.
Constructor Details
#initialize(estimateRequest_Type = nil, keyword = nil, maxCpc = nil) ⇒ KeywordEstimateRequest
Returns a new instance of KeywordEstimateRequest.
1393 1394 1395 1396 1397 |
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 1393 def initialize(estimateRequest_Type = nil, keyword = nil, maxCpc = nil) @estimateRequest_Type = estimateRequest_Type @keyword = keyword @maxCpc = maxCpc end |
Instance Attribute Details
#estimateRequest_Type ⇒ Object
Returns the value of attribute estimateRequest_Type.
1389 1390 1391 |
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 1389 def estimateRequest_Type @estimateRequest_Type end |
#keyword ⇒ Object
Returns the value of attribute keyword.
1390 1391 1392 |
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 1390 def keyword @keyword end |
#maxCpc ⇒ Object
Returns the value of attribute maxCpc.
1391 1392 1393 |
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 1391 def maxCpc @maxCpc end |