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