module Dynflow::Stateful::ClassMethods

Public Instance Methods

state_transitions() click to toggle source
# File lib/dynflow/stateful.rb, line 14
def state_transitions
  raise NotImplementedError
end
states() click to toggle source
# File lib/dynflow/stateful.rb, line 10
def states
  raise NotImplementedError
end