Module: Schematic::Types::EntitlementValueType
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/schematic/types/entitlement_value_type.rb
Constant Summary collapse
- BOOLEAN =
"boolean"- CREDIT =
"credit"- NUMERIC =
"numeric"- TRAIT =
"trait"- UNKNOWN =
"unknown"- UNLIMITED =
"unlimited"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values