Class: Lumin::Autocorrector::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/lumin/autocorrector.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



13
14
15
# File 'lib/lumin/autocorrector.rb', line 13

def content_digest
  @content_digest
end

#correctedObject (readonly)

Returns the value of attribute corrected

Returns:

  • (Object)

    the current value of corrected



13
14
15
# File 'lib/lumin/autocorrector.rb', line 13

def corrected
  @corrected
end

#diffObject (readonly)

Returns the value of attribute diff

Returns:

  • (Object)

    the current value of diff



13
14
15
# File 'lib/lumin/autocorrector.rb', line 13

def diff
  @diff
end

#fingerprintObject (readonly)

Returns the value of attribute fingerprint

Returns:

  • (Object)

    the current value of fingerprint



13
14
15
# File 'lib/lumin/autocorrector.rb', line 13

def fingerprint
  @fingerprint
end

#offensesObject (readonly)

Returns the value of attribute offenses

Returns:

  • (Object)

    the current value of offenses



13
14
15
# File 'lib/lumin/autocorrector.rb', line 13

def offenses
  @offenses
end

#warningsObject (readonly)

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



13
14
15
# File 'lib/lumin/autocorrector.rb', line 13

def warnings
  @warnings
end