enum

Athena::MIME::Email::Priority

Inherits Enum < Comparable < Value < Object

Constants

HIGHEST = 1
HIGH = 2
NORMAL = 3
LOW = 4
LOWEST = 5

Instance methods

high?

Returns true if this enum value equals HIGH

Source
highest?

Returns true if this enum value equals HIGHEST

Source
low?

Returns true if this enum value equals LOW

Source
lowest?

Returns true if this enum value equals LOWEST

Source
normal?

Returns true if this enum value equals NORMAL

Source