enum

SSLScan::Issue::Severity

Inherits Enum / Comparable / Value / Object

Constants

Low = 0
Medium = 1
High = 2

Instance methods

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