Method: OkComputer::SizeThresholdCheck#size

Defined in:
lib/ok_computer/built_in_checks/size_threshold_check.rb

#sizeObject

Public: The number of jobs in the check’s queue



46
47
48
# File 'lib/ok_computer/built_in_checks/size_threshold_check.rb', line 46

def size
  Integer(size_proc.call)
end