Class: Lumin::Worker::FileResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#content_digestObject (readonly)

Returns the value of attribute content_digest

Returns:

  • (Object)

    the current value of content_digest



10
11
12
# File 'lib/lumin/worker.rb', line 10

def content_digest
  @content_digest
end

#correctedObject (readonly)

Returns the value of attribute corrected

Returns:

  • (Object)

    the current value of corrected



10
11
12
# File 'lib/lumin/worker.rb', line 10

def corrected
  @corrected
end

#diffObject (readonly)

Returns the value of attribute diff

Returns:

  • (Object)

    the current value of diff



10
11
12
# File 'lib/lumin/worker.rb', line 10

def diff
  @diff
end

#errorObject (readonly)

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



10
11
12
# File 'lib/lumin/worker.rb', line 10

def error
  @error
end

#fingerprintObject (readonly)

Returns the value of attribute fingerprint

Returns:

  • (Object)

    the current value of fingerprint



10
11
12
# File 'lib/lumin/worker.rb', line 10

def fingerprint
  @fingerprint
end

#offensesObject (readonly)

Returns the value of attribute offenses

Returns:

  • (Object)

    the current value of offenses



10
11
12
# File 'lib/lumin/worker.rb', line 10

def offenses
  @offenses
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



10
11
12
# File 'lib/lumin/worker.rb', line 10

def path
  @path
end

#warningsObject (readonly)

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



10
11
12
# File 'lib/lumin/worker.rb', line 10

def warnings
  @warnings
end