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