Class: Lumin::Worker::FileResult
- Inherits:
-
Data
- Object
- Data
- Lumin::Worker::FileResult
- Defined in:
- lib/lumin/worker.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.
-
#error ⇒ Object
readonly
Returns the value of attribute error.
-
#fingerprint ⇒ Object
readonly
Returns the value of attribute fingerprint.
-
#offenses ⇒ Object
readonly
Returns the value of attribute offenses.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#warnings ⇒ Object
readonly
Returns the value of attribute warnings.
Instance Attribute Details
#content_digest ⇒ Object (readonly)
Returns the value of attribute content_digest
10 11 12 |
# File 'lib/lumin/worker.rb', line 10 def content_digest @content_digest end |
#corrected ⇒ Object (readonly)
Returns the value of attribute corrected
10 11 12 |
# File 'lib/lumin/worker.rb', line 10 def corrected @corrected end |
#diff ⇒ Object (readonly)
Returns the value of attribute diff
10 11 12 |
# File 'lib/lumin/worker.rb', line 10 def diff @diff end |
#error ⇒ Object (readonly)
Returns the value of attribute error
10 11 12 |
# File 'lib/lumin/worker.rb', line 10 def error @error end |
#fingerprint ⇒ Object (readonly)
Returns the value of attribute fingerprint
10 11 12 |
# File 'lib/lumin/worker.rb', line 10 def fingerprint @fingerprint end |
#offenses ⇒ Object (readonly)
Returns the value of attribute offenses
10 11 12 |
# File 'lib/lumin/worker.rb', line 10 def offenses @offenses end |
#path ⇒ Object (readonly)
Returns the value of attribute path
10 11 12 |
# File 'lib/lumin/worker.rb', line 10 def path @path end |
#warnings ⇒ Object (readonly)
Returns the value of attribute warnings
10 11 12 |
# File 'lib/lumin/worker.rb', line 10 def warnings @warnings end |