Class: Snoot::CLI::ReportEmitted
- Inherits:
-
Data
- Object
- Data
- Snoot::CLI::ReportEmitted
- Defined in:
- lib/snoot/cli/event.rb
Overview
ReportEmitted carries the terminal Run, the selected Finding, and the rendered sections produced by RenderReport.
Instance Attribute Summary collapse
-
#finding ⇒ Object
readonly
Returns the value of attribute finding.
-
#run ⇒ Object
readonly
Returns the value of attribute run.
-
#sections ⇒ Object
readonly
Returns the value of attribute sections.
Instance Attribute Details
#finding ⇒ Object (readonly)
Returns the value of attribute finding
11 12 13 |
# File 'lib/snoot/cli/event.rb', line 11 def finding @finding end |
#run ⇒ Object (readonly)
Returns the value of attribute run
11 12 13 |
# File 'lib/snoot/cli/event.rb', line 11 def run @run end |
#sections ⇒ Object (readonly)
Returns the value of attribute sections
11 12 13 |
# File 'lib/snoot/cli/event.rb', line 11 def sections @sections end |