Class: Lumin::Autocorrector::Result
- Inherits:
-
Data
- Object
- Data
- Lumin::Autocorrector::Result
- Defined in:
- lib/lumin/autocorrector.rb
Instance Attribute Summary collapse
-
#content_digest ⇒ Object
readonly
Returns the value of attribute content_digest.
-
#corrected ⇒ Object
readonly
Returns the value of attribute corrected.
-
#diff ⇒ Object
readonly
Returns the value of attribute diff.
-
#fingerprint ⇒ Object
readonly
Returns the value of attribute fingerprint.
-
#offenses ⇒ Object
readonly
Returns the value of attribute offenses.
-
#warnings ⇒ Object
readonly
Returns the value of attribute warnings.
Instance Attribute Details
#content_digest ⇒ Object (readonly)
Returns the value of attribute content_digest
13 14 15 |
# File 'lib/lumin/autocorrector.rb', line 13 def content_digest @content_digest end |
#corrected ⇒ Object (readonly)
Returns the value of attribute corrected
13 14 15 |
# File 'lib/lumin/autocorrector.rb', line 13 def corrected @corrected end |
#diff ⇒ Object (readonly)
Returns the value of attribute diff
13 14 15 |
# File 'lib/lumin/autocorrector.rb', line 13 def diff @diff end |
#fingerprint ⇒ Object (readonly)
Returns the value of attribute fingerprint
13 14 15 |
# File 'lib/lumin/autocorrector.rb', line 13 def fingerprint @fingerprint end |
#offenses ⇒ Object (readonly)
Returns the value of attribute offenses
13 14 15 |
# File 'lib/lumin/autocorrector.rb', line 13 def offenses @offenses end |
#warnings ⇒ Object (readonly)
Returns the value of attribute warnings
13 14 15 |
# File 'lib/lumin/autocorrector.rb', line 13 def warnings @warnings end |