Class: ConvenientService::Common::Plugins::HasInstanceProxy::Middleware

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

Instance Method Summary collapse

Instance Method Details

#nextConvenientService::Common::Plugins::HasInstanceProxy::Entities::InstanceProxy



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