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.

Since:

  • 1.0.0

Class Method Summary collapse

Methods included from Support::Concern

included

Class Method Details

.instance_proxy_classClass

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.

Returns:

  • (Class)

    Can be any type.

Since:

  • 1.0.0



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