enum

Task::DeliverDelayedObject::State::Reason

Inherits Enum < Comparable < Value < Object

Constants

PendingQuoteAuthorization = 0
Scheduled = 1

Instance methods

pending_quote_authorization?

Returns true if this enum value equals PendingQuoteAuthorization

Source
scheduled?

Returns true if this enum value equals Scheduled

Source