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