enum

Arcana::Supervisor::Strategy

Inherits Enum < Comparable < Value < Object

Constants

OneForOne = 0
OneForAll = 1

Instance methods

one_for_all?

Returns true if this enum value equals OneForAll

Source
one_for_one?

Returns true if this enum value equals OneForOne

Source