Class: Operaton::Bpm::Engine::Variable::StringValue
- Inherits:
-
PrimitiveTypeValue
- Object
- TypedValue
- PrimitiveTypeValue
- Operaton::Bpm::Engine::Variable::StringValue
- 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) ⇒ StringValue
constructor
A new instance of StringValue.
Methods inherited from TypedValue
Constructor Details
#initialize(value, is_transient = false) ⇒ StringValue
Returns a new instance of StringValue.
41 42 43 |
# File 'lib/operaton/bpm/engine/variable/typed_value.rb', line 41 def initialize(value, is_transient = false) super(value, ValueType::STRING, is_transient) end |