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