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.
Class Method Summary collapse
-
.new ⇒ Object
private
Can be any type.
Instance Method Summary collapse
- #initialize ⇒ void private
Methods included from Support::Concern
Class Method Details
.new ⇒ Object
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.
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
#initialize ⇒ void
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.
19 20 |
# File 'lib/convenient_service/common/plugins/has_constructor/concern.rb', line 19 def initialize(...) end |