Module: ConvenientService::Service::Plugins::CanHaveInlineServices::Concern Private

Includes:
ConvenientService::Support::Concern
Defined in:
lib/convenient_service/service/plugins/can_have_inline_services/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 ConvenientService::Support::Concern

included

Instance Method Details

#inline(&block) ⇒ ConvenientService::Service::Plugins::CanHaveInlineServices::Entities::Proxy

Parameters:

  • block (Proc, nil)

Returns:

Since:

  • 1.0.0



21
22
23
# File 'lib/convenient_service/service/plugins/can_have_inline_services/concern.rb', line 21

def inline(&block)
  Entities::Proxy.new(&block)
end