enum

PutIO::CLI::OutputFormat

Inherits Enum < Comparable < Value < Object

Constants

Unset = 0
Auto = 1
JSON = 2
ASCII = 3
ANSI = 4

Instance methods

ansi?

Returns true if this enum value equals ANSI

Source
ascii?

Returns true if this enum value equals ASCII

Source
auto?

Returns true if this enum value equals Auto

Source
json?

Returns true if this enum value equals JSON

Source
unset?

Returns true if this enum value equals Unset

Source