enum

ExpenseSplitService::SplitMethod

Inherits Enum < Comparable < Value < Object

Constants

Equal = 0
ByHeadcount = 1
Custom = 2

Instance methods

by_headcount?

Returns true if this enum value equals ByHeadcount

Source
custom?

Returns true if this enum value equals Custom

Source
equal?

Returns true if this enum value equals Equal

Source