Class: ConvenientService::Common::Plugins::CachesConstructorArguments::Middleware Private

Inherits:
MethodChainMiddleware
  • Object
show all
Defined in:
lib/convenient_service/common/plugins/caches_constructor_arguments/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

#nextvoid

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.

This method returns an undefined value.

Since:

  • 1.0.0



18
19
20
21
22
# File 'lib/convenient_service/common/plugins/caches_constructor_arguments/middleware.rb', line 18

def next(...)
  entity.internals.cache[:constructor_arguments] = Support::Arguments.new(...)

  chain.next(...)
end