Class: ConvenientService::Service::Plugins::CanHaveConnectedSteps::Middleware Private
- Inherits:
-
MethodChainMiddleware
- Object
- ConvenientService::Service::Plugins::CanHaveConnectedSteps::Middleware
- Defined in:
- lib/convenient_service/service/plugins/can_have_connected_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
Instance Method Details
#next ⇒ ConvenientService::Service::Plugins::HasJSendResult::Entities::Result
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.
23 24 25 |
# File 'lib/convenient_service/service/plugins/can_have_connected_steps/middleware.rb', line 23 def next(...) service.steps.any? ? service.steps_result(...) : service.regular_result(...) end |