enum

Crig::ModelTurnAction::Kind

Inherits Enum < Comparable < Value < Object

Constants

Cont = 0
Retry = 1
Stop = 2

Instance methods

cont?

Returns true if this enum value equals Cont

Source
retry?

Returns true if this enum value equals Retry

Source
stop?

Returns true if this enum value equals Stop

Source