Module: ConvenientService::Common::Plugins::HasInstanceProxy::Concern Private
- Includes:
- Support::Concern
- Defined in:
- lib/convenient_service/common/plugins/has_instance_proxy/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.
Class Method Summary collapse
-
.instance_proxy_class ⇒ Class
private
Can be any type.
Methods included from Support::Concern
Class Method Details
.instance_proxy_class ⇒ Class
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 Can be any type.
19 20 21 |
# File 'lib/convenient_service/common/plugins/has_instance_proxy/concern.rb', line 19 def instance_proxy_class @instance_proxy_class ||= Commands::CreateInstanceProxyClass[target_class: self] end |