Class: Snoot::AnalyserFailure
- Inherits:
-
Data
- Object
- Data
- Snoot::AnalyserFailure
- Defined in:
- lib/snoot/analyser_result.rb
Overview
‘analyser` is one of :reek, :flog, :flay (canonical order) – which analyser failed; `message` is the error detail surfaced on stderr.
Instance Attribute Summary collapse
-
#analyser ⇒ Object
readonly
Returns the value of attribute analyser.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Attribute Details
#analyser ⇒ Object (readonly)
Returns the value of attribute analyser
9 10 11 |
# File 'lib/snoot/analyser_result.rb', line 9 def analyser @analyser end |
#message ⇒ Object (readonly)
Returns the value of attribute message
9 10 11 |
# File 'lib/snoot/analyser_result.rb', line 9 def @message end |