Sha256: 00e82fc376f8cde7a39572cdea3ea7ea1c913288a230024a8c5190116a414906

Contents?: true

Size: 336 Bytes

Versions: 16

Compression:

Stored size: 336 Bytes

Contents

# frozen_string_literal: true

module ConvenientService
  module Support
    module DependencyContainer
      module Constants
        SCOPES = [
          INSTANCE_SCOPE = :instance,
          CLASS_SCOPE = :class
        ]

        DEFAULT_SCOPE = Constants::INSTANCE_SCOPE
        DEFAULT_PREPEND = false
      end
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
convenient_service-0.19.1 lib/convenient_service/support/dependency_container/constants.rb
convenient_service-0.19.0 lib/convenient_service/support/dependency_container/constants.rb
convenient_service-0.18.0 lib/convenient_service/support/dependency_container/constants.rb
convenient_service-0.17.0 lib/convenient_service/support/dependency_container/constants.rb
convenient_service-0.16.0 lib/convenient_service/support/dependency_container/constants.rb
convenient_service-0.15.0 lib/convenient_service/support/dependency_container/constants.rb
convenient_service-0.14.0 lib/convenient_service/support/dependency_container/constants.rb
convenient_service-0.13.0 lib/convenient_service/support/dependency_container/constants.rb
convenient_service-0.12.0 lib/convenient_service/support/dependency_container/constants.rb
convenient_service-0.11.0 lib/convenient_service/support/dependency_container/constants.rb
convenient_service-0.10.1 lib/convenient_service/support/dependency_container/constants.rb
convenient_service-0.10.0 lib/convenient_service/support/dependency_container/constants.rb
convenient_service-0.9.0 lib/convenient_service/support/dependency_container/constants.rb
convenient_service-0.8.0 lib/convenient_service/support/dependency_container/constants.rb
convenient_service-0.7.0 lib/convenient_service/support/dependency_container/constants.rb
convenient_service-0.6.0 lib/convenient_service/support/dependency_container/constants.rb