Module: ConvenientService::Common::Plugins::HasConstructor::Concern Private

Includes:
Support::Concern
Defined in:
lib/convenient_service/common/plugins/has_constructor/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

Instance Method Summary collapse

Methods included from Support::Concern

included

Class Method Details

.newObject

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:

  • (Object)

    Can be any type.

Since:

  • 1.0.0



27
28
29
# File 'lib/convenient_service/common/plugins/has_constructor/concern.rb', line 27

def new(...)
  new_without_commit_config(...)
end

Instance Method Details

#initializevoid

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



19
20
# File 'lib/convenient_service/common/plugins/has_constructor/concern.rb', line 19

def initialize(...)
end