enum

GX::Config::Mode

Inherits Enum < Comparable < Value < Object

Constants

Add = 0
Edit = 1
Run = 2

Instance methods

add?

Returns true if this enum value equals Add

Source
edit?

Returns true if this enum value equals Edit

Source
run?

Returns true if this enum value equals Run

Source