Class: Operaton::Bpm::Engine::Variable::UntypedValue
- Inherits:
-
TypedValue
- Object
- TypedValue
- Operaton::Bpm::Engine::Variable::UntypedValue
- Defined in:
- lib/operaton/bpm/engine/variable/typed_value.rb
Overview
Mirrors org.operaton.bpm.engine.variable.impl.value.UntypedValueImpl
Instance Attribute Summary
Attributes inherited from TypedValue
Instance Method Summary collapse
-
#initialize(value, is_transient = false) ⇒ UntypedValue
constructor
A new instance of UntypedValue.
Methods inherited from TypedValue
Constructor Details
#initialize(value, is_transient = false) ⇒ UntypedValue
Returns a new instance of UntypedValue.
84 85 86 |
# File 'lib/operaton/bpm/engine/variable/typed_value.rb', line 84 def initialize(value, is_transient = false) super(value, nil, is_transient) end |