enum

Lester::Pool::Status

Inherits Enum < Comparable < Value < Object

Constants

Pending = 0
Created = 1
Errored = 2
Unknown = 3

Instance methods

created?

Returns true if this enum value equals Created

Source
errored?

Returns true if this enum value equals Errored

Source
pending?

Returns true if this enum value equals Pending

Source
unknown?

Returns true if this enum value equals Unknown

Source