Module: Tocer::Configuration
- Defined in:
- lib/tocer/configuration/model.rb,
lib/tocer/configuration/contract.rb
Defined Under Namespace
Classes: Model
Constant Summary collapse
- Contract =
Dry::Schema.Params do required(:label).filled :string required(:patterns).array :string required(:root_dir).filled Etcher::Types::Pathname end