Class: ConvenientService::Common::Plugins::HasInstanceProxy::Middleware
- Inherits:
-
MethodChainMiddleware
- Object
- ConvenientService::Common::Plugins::HasInstanceProxy::Middleware
- Defined in:
- lib/convenient_service/common/plugins/has_instance_proxy/middleware.rb
Instance Method Summary collapse
Instance Method Details
#next ⇒ ConvenientService::Common::Plugins::HasInstanceProxy::Entities::InstanceProxy
13 14 15 |
# File 'lib/convenient_service/common/plugins/has_instance_proxy/middleware.rb', line 13 def next(...) entity.instance_proxy_class.new(target: chain.next(...)) end |