Exception: GitMiner::Dispatch::ParallelDispatch::ShaFound
- Inherits:
-
StandardError
- Object
- StandardError
- GitMiner::Dispatch::ParallelDispatch::ShaFound
- Defined in:
- lib/git_miner/dispatch/parallel_dispatch.rb
Instance Attribute Summary collapse
-
#result ⇒ Object
readonly
Returns the value of attribute result.
Instance Method Summary collapse
-
#initialize(result) ⇒ ShaFound
constructor
A new instance of ShaFound.
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
#result ⇒ Object (readonly)
Returns the value of attribute result.
10 11 12 |
# File 'lib/git_miner/dispatch/parallel_dispatch.rb', line 10 def result @result end |