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