enum

Logburn::Profile::Severity

Inherits Enum < Comparable < Value < Object

Constants

Moniter = 0
Low = 1
Medium = 2
High = 3
Critical = 4
Nil = 5

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
moniter?

Returns true if this enum value equals Moniter

Source
nil?

Returns true if this enum value equals Nil

Source