enum

CRE::Events::Severity

Inherits Enum < Comparable < Value < Object

Constants

Info = 0
Warn = 1
Critical = 2

Instance methods

critical?

Returns true if this enum value equals Critical

Source
info?

Returns true if this enum value equals Info

Source
warn?

Returns true if this enum value equals Warn

Source