Class: ResultCode

Inherits:
Object
  • Object
show all
Defined in:
lib/audit/lib/benchmark/result_code.rb

Constant Summary collapse

PASS =
"pass"
FAIL =
"fail"
ERROR =
"error"
UNKNOWN =
"unknown"
NOTAPPLICABLE =
"notapplicable"
NOTCHECKED =
"notchecked"
NOTSELECTED =
"notselected"
INFORMATIONAL =
"informational"
FIXED =
"fixed"