Class: AdWords::V201008::TrafficEstimatorService::NumberValue

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

Overview

NumberValue abstract

  • comparableValue_Type - SOAP::SOAPString

Direct Known Subclasses

DoubleValue, LongValue

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(comparableValue_Type = nil) ⇒ NumberValue

Returns a new instance of NumberValue.



134
135
136
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 134

def initialize(comparableValue_Type = nil)
  @comparableValue_Type = comparableValue_Type
end

Instance Attribute Details

#comparableValue_TypeObject

Returns the value of attribute comparableValue_Type.



132
133
134
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 132

def comparableValue_Type
  @comparableValue_Type
end