Exception: GitMiner::Dispatch::ParallelDispatch::ShaFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/git_miner/dispatch/parallel_dispatch.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(result) ⇒ ShaFound

Returns a new instance of ShaFound.



12
13
14
# File 'lib/git_miner/dispatch/parallel_dispatch.rb', line 12

def initialize(result)
  @result = result
end

Instance Attribute Details

#resultObject (readonly)

Returns the value of attribute result.



10
11
12
# File 'lib/git_miner/dispatch/parallel_dispatch.rb', line 10

def result
  @result
end