Class: ResultCode
- Inherits:
-
Object
- Object
- ResultCode
- 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"