Class: Operaton::Bpm::Engine::Variable::DateValue

Inherits:
PrimitiveTypeValue show all
Defined in:
lib/operaton/bpm/engine/variable/typed_value.rb

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) ⇒ DateValue

Returns a new instance of DateValue.



47
48
49
# File 'lib/operaton/bpm/engine/variable/typed_value.rb', line 47

def initialize(value, is_transient = false)
  super(value, ValueType::DATE, is_transient)
end