Sha256: 85049efe212f6b911962766004635b37f0c27a0ad2b3781f477f3a478950df0f

Contents?: true

Size: 324 Bytes

Versions: 12

Compression:

Stored size: 324 Bytes

Contents

# frozen_string_literal: true

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

          export :"entities.Callback" do
            Entities::Callback
          end
        end
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
convenient_service-0.17.0 lib/convenient_service/common/plugins/has_callbacks/container.rb
convenient_service-0.16.0 lib/convenient_service/common/plugins/has_callbacks/container.rb
convenient_service-0.15.0 lib/convenient_service/common/plugins/has_callbacks/container.rb
convenient_service-0.14.0 lib/convenient_service/common/plugins/has_callbacks/container.rb
convenient_service-0.13.0 lib/convenient_service/common/plugins/has_callbacks/container.rb
convenient_service-0.12.0 lib/convenient_service/common/plugins/has_callbacks/container.rb
convenient_service-0.11.0 lib/convenient_service/common/plugins/has_callbacks/container.rb
convenient_service-0.10.1 lib/convenient_service/common/plugins/has_callbacks/container.rb
convenient_service-0.10.0 lib/convenient_service/common/plugins/has_callbacks/container.rb
convenient_service-0.9.0 lib/convenient_service/common/plugins/has_callbacks/container.rb
convenient_service-0.8.0 lib/convenient_service/common/plugins/has_callbacks/container.rb
convenient_service-0.7.0 lib/convenient_service/common/plugins/has_callbacks/container.rb