Class: ConvenientService::Service::Plugins::CanHaveSteps::Middleware Private
- Inherits:
-
MethodChainMiddleware
- Object
- ConvenientService::Service::Plugins::CanHaveSteps::Middleware
- 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.
Instance Method Summary collapse
- #next ⇒ void private
Instance Method Details
#next ⇒ void
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.
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 |