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

Inherits:
MethodChainMiddleware
  • Object
show all
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.

Since:

  • 1.0.0

Instance Method Summary collapse

Instance Method Details

#nextConvenientService::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