Class: ConvenientService::Service::Plugins::CanHaveSteps::Middleware Private

Inherits:
MethodChainMiddleware
  • Object
show all
Defined in:
lib/convenient_service/service/plugins/can_have_steps/middleware.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Since:

  • 1.0.0

Instance Method Summary collapse

Instance Method Details

#nextvoid

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

This method returns an undefined value.

Since:

  • 1.0.0



24
25
26
27
28
# File 'lib/convenient_service/service/plugins/can_have_steps/middleware.rb', line 24

def next(...)
  entity.steps

  chain.next(...)
end