Class: Checkson::UI
- Inherits:
-
Object
- Object
- Checkson::UI
- Defined in:
- lib/checkson/ui.rb
Overview
Simple user interface for checkson
Instance Method Summary collapse
-
#initialize ⇒ UI
constructor
A new instance of UI.
Constructor Details
#initialize ⇒ UI
Returns a new instance of UI.
10 11 12 13 14 15 16 |
# File 'lib/checkson/ui.rb', line 10 def initialize @jsonout = [] start_checks end |