enum

SecTester::Severity

Inherits Enum / Comparable / Value / Object

Constants

Critical = 0
High = 1
Medium = 2
Low = 3

Instance methods

critical?

Returns true if this enum value equals Critical

Source
high?

Returns true if this enum value equals High

Source
low?

Returns true if this enum value equals Low

Source
medium?

Returns true if this enum value equals Medium

Source