Class: AdWords::V201008::TrafficEstimatorService::KeywordEstimate

Inherits:
Estimate
  • Object
show all
Defined in:
lib/adwords4r/v201008/TrafficEstimatorService.rb

Overview

KeywordEstimate

  • estimate_Type - SOAP::SOAPString

  • criterionId - SOAP::SOAPLong

  • min - AdWords::V201008::TrafficEstimatorService::StatsEstimate

  • max - AdWords::V201008::TrafficEstimatorService::StatsEstimate

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(estimate_Type = nil, criterionId = nil, min = nil, max = nil) ⇒ KeywordEstimate



1327
1328
1329
1330
1331
1332
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 1327

def initialize(estimate_Type = nil, criterionId = nil, min = nil, max = nil)
  @estimate_Type = estimate_Type
  @criterionId = criterionId
  @min = min
  @max = max
end

Instance Attribute Details

#criterionIdObject

Returns the value of attribute criterionId.



1323
1324
1325
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 1323

def criterionId
  @criterionId
end

#estimate_TypeObject

Returns the value of attribute estimate_Type.



1322
1323
1324
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 1322

def estimate_Type
  @estimate_Type
end

#maxObject

Returns the value of attribute max.



1325
1326
1327
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 1325

def max
  @max
end

#minObject

Returns the value of attribute min.



1324
1325
1326
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 1324

def min
  @min
end