enum

PutIO::CLI::Commands

Inherits Enum < Comparable < Value < Object

Constants

Help = 0
AccountInfo = 1
List = 2
Get = 3
Path = 4
Login = 5

Instance methods

account_info?

Returns true if this enum value equals AccountInfo

Source
get?

Returns true if this enum value equals Get

Source
help?

Returns true if this enum value equals Help

Source
list?

Returns true if this enum value equals List

Source
login?

Returns true if this enum value equals Login

Source
path?

Returns true if this enum value equals Path

Source