enum

Posse::Commands::Consistency::Kind

Inherits Enum < Comparable < Value < Object

Constants

Eventual = 0
Strong = 1

Instance methods

eventual?

Returns true if this enum value equals Eventual

Source
strong?

Returns true if this enum value equals Strong

Source