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

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

Instance Method Summary collapse

Instance Method Details

#nextvoid

This method returns an undefined value.



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