Module: ConvenientService::Common::Plugins::CachesConstructorArguments::Concern Private

Includes:
Support::Concern
Defined in:
lib/convenient_service/common/plugins/caches_constructor_arguments/concern.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Since:

  • 1.0.0

Instance Method Summary collapse

Methods included from Support::Concern

included

Instance Method Details

#constructor_argumentsConvenientService::Support::Arguments

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.

Returns:

Since:

  • 1.0.0



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

def constructor_arguments
  internals.cache[:constructor_arguments] || Support::Arguments.null_arguments
end