Class: ConvenientService::Common::Plugins::HasInstanceProxy::Middleware Private
- Inherits:
-
MethodChainMiddleware
- Object
- ConvenientService::Common::Plugins::HasInstanceProxy::Middleware
- Defined in:
- lib/convenient_service/common/plugins/has_instance_proxy/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::Common::Plugins::HasInstanceProxy::Entities::InstanceProxy
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.
18 19 20 |
# File 'lib/convenient_service/common/plugins/has_instance_proxy/middleware.rb', line 18 def next(...) entity.instance_proxy_class.new(target: chain.next(...)) end |