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.



13
14
15
16
17
# File 'lib/convenient_service/common/plugins/caches_constructor_arguments/middleware.rb', line 13

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

  chain.next(...)
end