enum Haystack::Transfer::Status

Defined in:

haystack/transfer/status.cr

Enum Members

Success = 0
Pending = 1
OTP = 2

Instance Method Summary

Instance Method Detail

def otp? #

Returns true if this enum value equals OTP


[View source]
def pending? #

Returns true if this enum value equals Pending


[View source]
def success? #

Returns true if this enum value equals Success


[View source]