Module: ConvenientService::Service::Plugins::CanHaveSteps::Entities::Step::Plugins::HasAwesomePrintInspect::Concern

Includes:
ConvenientService::Support::Concern
Defined in:
lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/has_awesome_print_inspect/concern.rb

Instance Method Summary collapse

Instance Method Details

#inspectString

Returns:

  • (String)


25
26
27
28
29
30
31
32
33
34
35
36
37
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/has_awesome_print_inspect/concern.rb', line 25

def inspect
   = {
    ConvenientService: {
      entity: "Step",
      container: container.klass.name
    }
  }

  [:ConvenientService][:method] = ":#{method}" if method_step?
  [:ConvenientService][:service] = service_class.name if service_step?

  .ai
end