Class: Lumin::Runner::RunResult

Inherits:
Data
  • Object
show all
Defined in:
lib/lumin/runner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#diffsObject (readonly)

Returns the value of attribute diffs

Returns:

  • (Object)

    the current value of diffs



11
12
13
# File 'lib/lumin/runner.rb', line 11

def diffs
  @diffs
end

#errorsObject (readonly)

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



11
12
13
# File 'lib/lumin/runner.rb', line 11

def errors
  @errors
end

#filesObject (readonly)

Returns the value of attribute files

Returns:

  • (Object)

    the current value of files



11
12
13
# File 'lib/lumin/runner.rb', line 11

def files
  @files
end

#offensesObject (readonly)

Returns the value of attribute offenses

Returns:

  • (Object)

    the current value of offenses



11
12
13
# File 'lib/lumin/runner.rb', line 11

def offenses
  @offenses
end

#warningsObject (readonly)

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



11
12
13
# File 'lib/lumin/runner.rb', line 11

def warnings
  @warnings
end