Class: AdWords::V201008::TrafficEstimatorService::KeywordEstimateRequest

Inherits:
EstimateRequest
  • Object
show all
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

Instance Method Summary collapse

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_TypeObject

Returns the value of attribute estimateRequest_Type.



1389
1390
1391
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 1389

def estimateRequest_Type
  @estimateRequest_Type
end

#keywordObject

Returns the value of attribute keyword.



1390
1391
1392
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 1390

def keyword
  @keyword
end

#maxCpcObject

Returns the value of attribute maxCpc.



1391
1392
1393
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 1391

def maxCpc
  @maxCpc
end