module Dynflow::Stateful::ClassMethods
Public Instance Methods
state_transitions()
click to toggle source
# File lib/dynflow/stateful.rb, line 13 def state_transitions raise NotImplementedError end
states()
click to toggle source
# File lib/dynflow/stateful.rb, line 9 def states raise NotImplementedError end