Module: Candid::Commons::Types::Primitive
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/candid/commons/types/primitive.rb
Constant Summary collapse
- BOOLEAN =
"BOOLEAN"- DOUBLE =
"DOUBLE"- INTEGER =
"INTEGER"- STRING =
"STRING"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, strict!, strict?, values