Method: TDI#initialize

Defined in:
lib/tdi.rb

#initializeTDI

Returns a new instance of TDI.



26
27
28
29
30
31
32
# File 'lib/tdi.rb', line 26

def initialize
  @skip = 0
  @pass = 0
  @warn = 0
  @fail = 0
  @report = {hostname: Socket.gethostname}
end