Class: CheckList::DisplayResults
- Inherits:
-
Object
- Object
- CheckList::DisplayResults
- Defined in:
- lib/display_results.rb
Overview
Display the results of a completed checklist
Instance Method Summary collapse
-
#initialize(results) ⇒ DisplayResults
constructor
A new instance of DisplayResults.
Constructor Details
#initialize(results) ⇒ DisplayResults
Returns a new instance of DisplayResults.
6 7 8 9 10 |
# File 'lib/display_results.rb', line 6 def initialize(results) @path = nil @results = results display_results end |