Class: Checkson::UI

Inherits:
Object
  • Object
show all
Defined in:
lib/checkson/ui.rb

Overview

Simple user interface for checkson

Instance Method Summary collapse

Constructor Details

#initializeUI

Returns a new instance of UI.



10
11
12
13
14
15
16
# File 'lib/checkson/ui.rb', line 10

def initialize
  @jsonout = []

  set_default_options
  parse_options
  start_checks
end