enum

Notification::Status

Inherits Enum < Comparable < Value < Object

Constants

Pending = 0
Sent = 1
Failed = 2

Instance methods

failed?

Returns true if this enum value equals Failed

Source
pending?

Returns true if this enum value equals Pending

Source
sent?

Returns true if this enum value equals Sent

Source