Module: ConvenientService::Support::DependencyContainer::Constants Private

Defined in:
lib/convenient_service/support/dependency_container/constants.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

Constant Summary collapse

SCOPES =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Since:

  • 1.0.0

[
  INSTANCE_SCOPE = :instance,
  CLASS_SCOPE = :class
]
DEFAULT_SCOPE =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Since:

  • 1.0.0

Constants::INSTANCE_SCOPE
DEFAULT_PREPEND =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Since:

  • 1.0.0

false