enum

DotPrison::Prison::Object::Prisoner::Bio::NextParole

Inherits Enum < Comparable < Value < Object

Constants

Failed = 0
Half = 1
ThreeQuarters = 2

Instance methods

failed?

Returns true if this enum value equals Failed

Source
half?

Returns true if this enum value equals Half

Source
three_quarters?

Returns true if this enum value equals ThreeQuarters

Source