Sha256: 30d5d685dce0e885b33acd4371b0bc25923d56e4fa47fed8c64b63c4f7214e5e

Contents?: true

Size: 473 Bytes

Versions: 9

Compression:

Stored size: 473 Bytes

Contents

# frozen_string_literal: true

module ConvenientService
  module Support
    module DependencyContainer
      module Container
        include Export

        export :"constants.DEFAULT_SCOPE" do
          Constants::DEFAULT_SCOPE
        end

        export :"commands.AssertValidContainer" do
          Commands::AssertValidContainer
        end

        export :"commands.AssertValidScope" do
          Commands::AssertValidScope
        end
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
convenient_service-0.19.1 lib/convenient_service/support/dependency_container/container.rb
convenient_service-0.19.0 lib/convenient_service/support/dependency_container/container.rb
convenient_service-0.18.0 lib/convenient_service/support/dependency_container/container.rb
convenient_service-0.17.0 lib/convenient_service/support/dependency_container/container.rb
convenient_service-0.16.0 lib/convenient_service/support/dependency_container/container.rb
convenient_service-0.15.0 lib/convenient_service/support/dependency_container/container.rb
convenient_service-0.14.0 lib/convenient_service/support/dependency_container/container.rb
convenient_service-0.13.0 lib/convenient_service/support/dependency_container/container.rb
convenient_service-0.12.0 lib/convenient_service/support/dependency_container/container.rb