Module: Schematic::Types::EnvironmentType
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/schematic/types/environment_type.rb
Constant Summary collapse
- DEVELOPMENT =
"development"- PRODUCTION =
"production"- STAGING =
"staging"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values