enum

Flaw::Severity

Inherits Enum < Comparable < Value < Object

Constants

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

Class methods

parse?(s : String) : Severity | Nil
Source

Instance methods

critical?

Returns true if this enum value equals Critical

Source
high?

Returns true if this enum value equals High

Source
info?

Returns true if this enum value equals Info

Source
label
Source
low?

Returns true if this enum value equals Low

Source
medium?

Returns true if this enum value equals Medium

Source