Class: LintTrappings::Runner::Job
- Inherits:
-
Struct
- Object
- Struct
- LintTrappings::Runner::Job
- Defined in:
- lib/lint_trappings/runner.rb
Overview
A individual unit of work which can be processed by a worker.
Instance Attribute Summary collapse
-
#linter ⇒ Object
Returns the value of attribute linter.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#linter ⇒ Object
Returns the value of attribute linter
18 19 20 |
# File 'lib/lint_trappings/runner.rb', line 18 def linter @linter end |
#path ⇒ Object
Returns the value of attribute path
18 19 20 |
# File 'lib/lint_trappings/runner.rb', line 18 def path @path end |