Module: ConvenientService::Service::Configs::Standard
- Includes:
- Config, Callbacks, CodeReviewAutomation, Essential, ExceptionServicesTrace, Fallbacks, Inspect, PerInstanceCaching, RSpec, Recalculation, ResultParentsTrace, ShortSyntax, TypeSafety
- Included in:
- Examples::Dry::Gemfile::DryService::Config, Examples::Rails::Gemfile::RailsService::Config, Examples::Standard::ComprehensiveSuite::Services::ErrorService, Examples::Standard::ComprehensiveSuite::Services::FailureService, Examples::Standard::ComprehensiveSuite::Services::ServiceWithAllTypesOfGroups, Examples::Standard::ComprehensiveSuite::Services::ServiceWithAllTypesOfGroupsWithNotEvaluatedSteps, Examples::Standard::ComprehensiveSuite::Services::ServiceWithAllTypesOfSteps, Examples::Standard::ComprehensiveSuite::Services::SuccessService, Examples::Standard::Cowsay::Services::BuildCloud, Examples::Standard::Cowsay::Services::BuildCow, Examples::Standard::Cowsay::Services::Print, Examples::Standard::DateTime::Services::SafeParse, Examples::Standard::Factorial::Services::Calculate, Examples::Standard::Gemfile::Services::AssertFileExists, Examples::Standard::Gemfile::Services::AssertFileNotEmpty, Examples::Standard::Gemfile::Services::AssertNodeAvailable, Examples::Standard::Gemfile::Services::AssertNpmPackageAvailable, Examples::Standard::Gemfile::Services::AssertValidRubySyntax, Examples::Standard::Gemfile::Services::Format, Examples::Standard::Gemfile::Services::FormatBody, Examples::Standard::Gemfile::Services::FormatGemsWithEnvs, Examples::Standard::Gemfile::Services::FormatGemsWithoutEnvs, Examples::Standard::Gemfile::Services::FormatHeader, Examples::Standard::Gemfile::Services::MergeSections, Examples::Standard::Gemfile::Services::ParseContent, Examples::Standard::Gemfile::Services::PrintShellCommand, Examples::Standard::Gemfile::Services::ReadFileContent, Examples::Standard::Gemfile::Services::ReplaceFileContent, Examples::Standard::Gemfile::Services::RunShellCommand, Examples::Standard::Gemfile::Services::StripComments, Examples::Standard::RequestParams::Services::ApplyDefaultParamValues, Examples::Standard::RequestParams::Services::CastParams, Examples::Standard::RequestParams::Services::ExtractParamsFromBody, Examples::Standard::RequestParams::Services::ExtractParamsFromPath, Examples::Standard::RequestParams::Services::FilterOutUnpermittedParams, Examples::Standard::RequestParams::Services::LogRequestParams, Examples::Standard::RequestParams::Services::MergeParams, Examples::Standard::RequestParams::Services::Prepare, Examples::Standard::RequestParams::Services::ValidateCastedParams, Examples::Standard::RequestParams::Services::ValidateUncastedParams
- Defined in:
- lib/convenient_service/service/configs/standard.rb,
lib/convenient_service/service/configs/standard/v1.rb
Overview
Default configuration for the user-defined services.
Defined Under Namespace
Modules: V1