Exception: AocCli::Core::Processor::Error
- Inherits:
-
StandardError
- Object
- StandardError
- AocCli::Core::Processor::Error
- Defined in:
- lib/aoc_cli/core/processor.rb
Instance Attribute Summary collapse
-
#processor ⇒ Object
readonly
Returns the value of attribute processor.
Instance Method Summary collapse
-
#initialize(processor) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(processor) ⇒ Error
Returns a new instance of Error.
12 13 14 |
# File 'lib/aoc_cli/core/processor.rb', line 12 def initialize(processor) @processor = processor end |
Instance Attribute Details
#processor ⇒ Object (readonly)
Returns the value of attribute processor.
10 11 12 |
# File 'lib/aoc_cli/core/processor.rb', line 10 def processor @processor end |