Module: Foobara::CommandPatternImplementation::Concerns::Callbacks
- Includes:
- Foobara::Concern
- Included in:
- Foobara::CommandPatternImplementation
- Defined in:
- foobara-0.0.141/projects/command/src/command_pattern_implementation/concerns/callbacks.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Methods included from Foobara::Concern
foobara_class_methods_module_for, foobara_concern?, included
Instance Method Details
#state_machine_callback_registry ⇒ Object
100 101 102 |
# File 'foobara-0.0.141/projects/command/src/command_pattern_implementation/concerns/callbacks.rb', line 100 def state_machine_callback_registry state_machine.callback_registry end |