Class: Constants::ExecutionType

Inherits:
Object
  • Object
show all
Defined in:
lib/constants.rb

Constant Summary collapse

FORMAT =
/\A([a-z0-9])+(\-[a-z0-9]+)*\z/.freeze
INVALID_FORMAT_MESSAGE =
"only allows lowercase letters, numbers and hyphen symbol"