Module: Dynflow::Stateful::ClassMethods
- Defined in:
- lib/dynflow/stateful.rb
Instance Method Summary collapse
Instance Method Details
#state_transitions ⇒ Object
13 14 15 |
# File 'lib/dynflow/stateful.rb', line 13 def state_transitions raise NotImplementedError end |
#states ⇒ Object
9 10 11 |
# File 'lib/dynflow/stateful.rb', line 9 def states raise NotImplementedError end |