Class: Foobara::Command::StateMachine
- Inherits:
-
StateMachine
- Object
- StateMachine
- Foobara::Command::StateMachine
- Defined in:
- foobara-0.0.110/projects/command/src/state_machine.rb
Instance Attribute Summary
Attributes inherited from StateMachine
Attributes included from StateMachine::TransitionLog
Attributes included from StateMachine::Callbacks
Method Summary
Methods inherited from StateMachine
#allowed_transitions, #can?, #current_state, #current_state=, #in_terminal_state?, #initialize, #perform_transition!, set_transition_map, #update_current_state
Methods included from StateMachine::TransitionLog
Methods included from Foobara::Concern
foobara_class_methods_module_for, foobara_concern?, included
Methods included from StateMachine::Callbacks
#initialize, #register_transition_callback
Constructor Details
This class inherits a constructor from Foobara::StateMachine