enum

Attention::Priority

Inherits Enum < Comparable < Value < Object

Priority levels for attention allocation

Constants

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

Instance methods

boost_factor

Convert priority to boost factor

critical?

Returns true if this enum value equals Critical

high?

Returns true if this enum value equals High

low?

Returns true if this enum value equals Low

medium?

Returns true if this enum value equals Medium

minimal?

Returns true if this enum value equals Minimal