enum
Haystack::Transfer::Status
Defined in:
haystack/transfer/status.crEnum Members
-
Success =
0
-
Pending =
1
-
OTP =
2
Instance Method Summary
-
#otp?
Returns
true
if this enum value equalsOTP
-
#pending?
Returns
true
if this enum value equalsPending
-
#success?
Returns
true
if this enum value equalsSuccess