Class: Operaton::Bpm::Engine::Variable::DoubleValue
- Inherits:
-
PrimitiveTypeValue
- Object
- TypedValue
- PrimitiveTypeValue
- Operaton::Bpm::Engine::Variable::DoubleValue
- Defined in:
- lib/operaton/bpm/engine/variable/typed_value.rb
Instance Attribute Summary
Attributes inherited from TypedValue
Instance Method Summary collapse
-
#initialize(value, is_transient = false) ⇒ DoubleValue
constructor
A new instance of DoubleValue.
Methods inherited from TypedValue
Constructor Details
#initialize(value, is_transient = false) ⇒ DoubleValue
Returns a new instance of DoubleValue.
77 78 79 |
# File 'lib/operaton/bpm/engine/variable/typed_value.rb', line 77 def initialize(value, is_transient = false) super(value, ValueType::DOUBLE, is_transient) end |