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



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