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

Includes:
Support::Concern
Defined in:
lib/convenient_service/common/plugins/has_constructor/concern.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.newObject

Returns Can be any type.

Returns:

  • (Object)

    Can be any type.



22
23
24
# File 'lib/convenient_service/common/plugins/has_constructor/concern.rb', line 22

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

Instance Method Details

#initializevoid



14
15
# File 'lib/convenient_service/common/plugins/has_constructor/concern.rb', line 14

def initialize(...)
end