Exception: AocCli::Core::Processor::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/aoc_cli/core/processor.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#processorObject (readonly)

Returns the value of attribute processor.



10
11
12
# File 'lib/aoc_cli/core/processor.rb', line 10

def processor
  @processor
end