Module: Foobara::CommandPatternImplementation::Concerns::InputsType
- Includes:
- Foobara::Concern
- Defined in:
- foobara-0.6.1/projects/command/src/command_pattern_implementation/concerns/inputs_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
#inputs_type ⇒ Object
67 68 69 |
# File 'projects/command/src/command_pattern_implementation/concerns/inputs_type.rb', line 67 def inputs_type self.class.inputs_type end |