enum BearerType
Defined in:
haystack/split/bearer_type.crEnum Members
-
Subaccount =
0 -
Account =
1 -
AllProportional =
2 -
All =
3
Instance Method Summary
-
#account?
Returns
trueif this enum value equalsAccount -
#all?
Returns
trueif this enum value equalsAll -
#all_proportional?
Returns
trueif this enum value equalsAllProportional -
#subaccount?
Returns
trueif this enum value equalsSubaccount