Module: Pennyworth::Configuration
- Defined in:
- lib/pennyworth/configuration/model.rb,
lib/pennyworth/configuration/contract.rb
Defined Under Namespace
Classes: Model
Constant Summary collapse
- Contract =
Dry::Schema.Params do optional(:alfred_preferences).filled :string required(:inflections).array :hash required(:git_hub_api_url).filled :string optional(:git_hub_organization).filled :string optional(:git_hub_user).filled :string required(:http_statuses_url).filled :string required(:htmx_examples_uri).filled :string required(:htmx_extensions_uri).filled :string required(:htmx_references_uri).filled :string required(:htmx_site_uri).filled :string required(:ruby_gems_api_url).filled :string optional(:ruby_gems_owner).filled :string required(:standard_gems_api_url).filled :string end