enum

Sheety::Notification::Level

Inherits Enum < Comparable < Value < Object

Constants

Info = 0
Warning = 1
Error = 2

Instance methods

color
Source
error?

Returns true if this enum value equals Error

Source
info?

Returns true if this enum value equals Info

Source
warning?

Returns true if this enum value equals Warning

Source