Method: SystemCheck::SimpleExecutor#checks

Defined in:
lib/system_check/simple_executor.rb,
lib/system_check/simple_executor.rb

#checksArray<BaseCheck> (readonly)

classes of corresponding checks to be executed in the same order

Returns:

  • (Array<BaseCheck>)

    the current value of checks



12
13
14
# File 'lib/system_check/simple_executor.rb', line 12

def checks
  @checks
end