enum

CLI::Commands

Inherits Enum < Comparable < Value < Object

Constants

Pending = 0
Daily = 1
Completed = 2
Generate = 3
Unknown = 4

Constructors

from_str(str : String) : Commands
Source

Instance methods

completed?

Returns true if this enum value equals Completed

Source
daily?

Returns true if this enum value equals Daily

Source
generate?

Returns true if this enum value equals Generate

Source
pending?

Returns true if this enum value equals Pending

Source
unknown?

Returns true if this enum value equals Unknown

Source