enum

Postmany::Domain::Outcome

Inherits Enum < Comparable < Value < Object

Constants

Ok = 0
Skipped = 1

Instance methods

ok?

Returns true if this enum value equals Ok

Source
skipped?

Returns true if this enum value equals Skipped

Source