Sha256: d2398f329a968f8982f871e8b21dcd444a8206e26a2f726862feca66e195f0ee
Contents?: true
Size: 1.63 KB
Versions: 2
Compression:
Stored size: 1.63 KB
Contents
# frozen_string_literal: true module ConvenientService module Service module Configs module AmazingPrintInspect include Support::Concern # rubocop:disable Lint/ConstantDefinitionInBlock included do include Configs::Essential ## # @internal # TODO: Plugin groups for autoreplacement of plugins with same purpose. # concerns do use ConvenientService::Plugins::Service::HasAmazingPrintInspect::Concern end class self::Result concerns do use ConvenientService::Plugins::Result::HasAmazingPrintInspect::Concern end class self::Data concerns do use ConvenientService::Plugins::Data::HasAmazingPrintInspect::Concern end end class self::Message concerns do use ConvenientService::Plugins::Message::HasAmazingPrintInspect::Concern end end class self::Code concerns do use ConvenientService::Plugins::Code::HasAmazingPrintInspect::Concern end end class self::Status concerns do use ConvenientService::Plugins::Status::HasAmazingPrintInspect::Concern end end end class self::Step concerns do use ConvenientService::Plugins::Step::HasAmazingPrintInspect::Concern end end end # rubocop:enable Lint/ConstantDefinitionInBlock end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
convenient_service-0.19.1 | lib/convenient_service/service/configs/amazing_print_inspect.rb |
convenient_service-0.19.0 | lib/convenient_service/service/configs/amazing_print_inspect.rb |