enum

Crig::OutputMode

Inherits Enum < Comparable < Value < Object

Constants

Auto = 0
Tool = 1
Native = 2
Prompted = 3

Constructors

default
Source

Instance methods

auto?

Returns true if this enum value equals Auto

Source
native?

Returns true if this enum value equals Native

Source
prompted?

Returns true if this enum value equals Prompted

Source
tool?

Returns true if this enum value equals Tool

Source