Class: LintTrappings::Runner::Job

Inherits:
Struct
  • Object
show all
Defined in:
lib/lint_trappings/runner.rb

Overview

A individual unit of work which can be processed by a worker.

Instance Attribute Summary collapse

Instance Attribute Details

#linterObject

Returns the value of attribute linter

Returns:

  • (Object)

    the current value of linter



18
19
20
# File 'lib/lint_trappings/runner.rb', line 18

def linter
  @linter
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



18
19
20
# File 'lib/lint_trappings/runner.rb', line 18

def path
  @path
end