Class: Constants::ExecutionType
- Inherits:
-
Object
- Object
- Constants::ExecutionType
- Defined in:
- lib/constants.rb
Constant Summary collapse
- FORMAT =
/\A([a-z0-9])+(-[a-z0-9]+)*\z/
- INVALID_FORMAT_MESSAGE =
"only allows lowercase letters, numbers and hyphen symbol"