Module: Foobara::CommandPatternImplementation::Concerns::Errors
- Includes:
- Foobara::Concern
- Included in:
- Foobara::CommandPatternImplementation
- Defined in:
- foobara-0.0.129/projects/command/src/command_pattern_implementation/concerns/errors.rb
Defined Under Namespace
Modules: ClassMethods
Instance Attribute Summary collapse
-
#error_collection ⇒ Object
readonly
Returns the value of attribute error_collection.
Instance Method Summary collapse
Methods included from Foobara::Concern
foobara_class_methods_module_for, foobara_concern?, included
Instance Attribute Details
#error_collection ⇒ Object (readonly)
Returns the value of attribute error_collection.
49 50 51 |
# File 'foobara-0.0.129/projects/command/src/command_pattern_implementation/concerns/errors.rb', line 49 def error_collection @error_collection end |
Instance Method Details
#initialize ⇒ Object
[View source]
51 52 53 54 |
# File 'foobara-0.0.129/projects/command/src/command_pattern_implementation/concerns/errors.rb', line 51 def initialize(...) @error_collection = ErrorCollection.new super end |