Class: Operaton::Bpm::Engine::Variable::UntypedValue

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

#is_transient, #type, #value

Instance Method Summary collapse

Methods inherited from TypedValue

#to_s, #transient?

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