enum

Cryflare::AccountMember::Status

Inherits Enum / Comparable / Value / Object

Constants

Accepted = 0
Pending = 1
Rejected = 2

Instance methods

accepted?

Returns true if this enum value equals Accepted

Source
pending?

Returns true if this enum value equals Pending

Source
rejected?

Returns true if this enum value equals Rejected

Source