Module: ConvenientService::Service::Plugins::CanHaveInlineServices Private
- Defined in:
- lib/convenient_service/service/plugins/can_have_inline_services.rb,
lib/convenient_service/service/plugins/can_have_inline_services/concern.rb,
lib/convenient_service/service/plugins/can_have_inline_services/exceptions.rb,
lib/convenient_service/service/plugins/can_have_inline_services/entities/proxy.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.
Defined Under Namespace
Modules: Concern, Entities, Exceptions
Class Method Summary collapse
- .proxy(&block) ⇒ ConvenientService::Service::Plugins::CanHaveInlineServices::Entities::Proxy private
Class Method Details
.proxy(&block) ⇒ ConvenientService::Service::Plugins::CanHaveInlineServices::Entities::Proxy
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.
29 30 31 |
# File 'lib/convenient_service/service/plugins/can_have_inline_services.rb', line 29 def proxy(&block) Entities::Proxy.new(&block) end |