Sha256: ad437fbd8ffdb6fe59dc6769e94435627b422a271483c0f84ba409d7fa208bf8

Contents?: true

Size: 357 Bytes

Versions: 12

Compression:

Stored size: 357 Bytes

Contents

# frozen_string_literal: true

module ConvenientService
  module Common
    module Plugins
      module CanHaveUserProvidedEntity
        module Container
          include Support::DependencyContainer::Export

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
convenient_service-0.19.1 lib/convenient_service/common/plugins/can_have_user_provided_entity/container.rb
convenient_service-0.19.0 lib/convenient_service/common/plugins/can_have_user_provided_entity/container.rb
convenient_service-0.18.0 lib/convenient_service/common/plugins/can_have_user_provided_entity/container.rb
convenient_service-0.17.0 lib/convenient_service/common/plugins/can_have_user_provided_entity/container.rb
convenient_service-0.16.0 lib/convenient_service/common/plugins/can_have_user_provided_entity/container.rb
convenient_service-0.15.0 lib/convenient_service/common/plugins/can_have_user_provided_entity/container.rb
convenient_service-0.14.0 lib/convenient_service/common/plugins/can_have_user_provided_entity/container.rb
convenient_service-0.13.0 lib/convenient_service/common/plugins/can_have_user_provided_entity/container.rb
convenient_service-0.12.0 lib/convenient_service/common/plugins/can_have_user_provided_entity/container.rb
convenient_service-0.11.0 lib/convenient_service/common/plugins/can_have_user_provided_entity/container.rb
convenient_service-0.10.1 lib/convenient_service/common/plugins/can_have_user_provided_entity/container.rb
convenient_service-0.10.0 lib/convenient_service/common/plugins/can_have_user_provided_entity/container.rb