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