Module: ConvenientService::Utils::Proc Private

Defined in:
lib/convenient_service/utils/proc.rb,
lib/convenient_service/utils/proc/display.rb,
lib/convenient_service/utils/proc/conjunct.rb,
lib/convenient_service/utils/proc/exec_config.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

Defined Under Namespace

Classes: Conjunct, Display, ExecConfig

Class Method Summary collapse

Class Method Details

.conjunctObject

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.

Since:

  • 1.0.0



16
17
18
# File 'lib/convenient_service/utils/proc.rb', line 16

def conjunct(...)
  Conjunct.call(...)
end

.displayObject

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.

Since:

  • 1.0.0



20
21
22
# File 'lib/convenient_service/utils/proc.rb', line 20

def display(...)
  Display.call(...)
end

.exec_configObject

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.

Since:

  • 1.0.0



24
25
26
# File 'lib/convenient_service/utils/proc.rb', line 24

def exec_config(...)
  ExecConfig.call(...)
end