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.
Instance Method Summary collapse
Methods included from Support::Concern
Instance Method Details
#constructor_arguments ⇒ ConvenientService::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.
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 |