Module: ConvenientService::Service::Plugins::CanHaveSteps::Entities::Step::Plugins::HasAmazingPrintInspect::Concern
- Includes:
- ConvenientService::Support::Concern
- Defined in:
- lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/has_amazing_print_inspect/concern.rb
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ String
28 29 30 31 32 33 34 35 36 37 38 39 40 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/has_amazing_print_inspect/concern.rb', line 28 def inspect = { ConvenientService: { entity: "Step", container: Utils::Class.display_name(container.klass) } } [:ConvenientService][:method] = ":#{method}" if method_step? [:ConvenientService][:service] = Utils::Class.display_name(service_class) if service_step? .ai end |