Module: Schematic::Types::TraitType
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/schematic/types/trait_type.rb
Constant Summary collapse
- BOOLEAN =
"boolean"- CURRENCY =
"currency"- DATE =
"date"- NUMBER =
"number"- STRING =
"string"- URL =
"url"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values