Module: Schematic::Types::ApiKeyScope
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/schematic/types/api_key_scope.rb
Constant Summary collapse
- ADMIN =
"admin"- CAPTURE =
"capture"- READ =
"read"- WRITE =
"write"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values