Class: Hone::Analyzer::Result
- Inherits:
-
Data
- Object
- Data
- Hone::Analyzer::Result
- Defined in:
- lib/hone/analyzer.rb
Overview
Result of analysis containing findings, output, and exit code
Instance Attribute Summary collapse
-
#exit_code ⇒ Object
readonly
Returns the value of attribute exit_code.
-
#findings ⇒ Object
readonly
Returns the value of attribute findings.
-
#output ⇒ Object
readonly
Returns the value of attribute output.
Instance Attribute Details
#exit_code ⇒ Object (readonly)
Returns the value of attribute exit_code
25 26 27 |
# File 'lib/hone/analyzer.rb', line 25 def exit_code @exit_code end |
#findings ⇒ Object (readonly)
Returns the value of attribute findings
25 26 27 |
# File 'lib/hone/analyzer.rb', line 25 def findings @findings end |
#output ⇒ Object (readonly)
Returns the value of attribute output
25 26 27 |
# File 'lib/hone/analyzer.rb', line 25 def output @output end |