Module: Foobara::CommandPatternImplementation::Concerns::ResultType
- Includes:
- Foobara::Concern
- Included in:
- Foobara::CommandPatternImplementation
- Defined in:
- foobara-0.1.7/projects/command/src/command_pattern_implementation/concerns/result_type.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
#result_type ⇒ Object
21 22 23 |
# File 'foobara-0.1.7/projects/command/src/command_pattern_implementation/concerns/result_type.rb', line 21 def result_type self.class.result_type end |