Sha256: 109b062fb1bcd7b225dc3d9cb09bd66ba8e083562e5230d40eb4aa01c90de341

Contents?: true

Size: 694 Bytes

Versions: 7

Compression:

Stored size: 694 Bytes

Contents

# frozen_string_literal: true

module ConvenientService
  module Service
    module Plugins
      module HasJSendResult
        module Container
          include Support::DependencyContainer::Export

          export :"commands.is_result?" do |result|
            Commands::IsResult.call(result: result)
          end

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

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

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
convenient_service-0.19.1 lib/convenient_service/service/plugins/has_j_send_result/container.rb
convenient_service-0.19.0 lib/convenient_service/service/plugins/has_j_send_result/container.rb
convenient_service-0.18.0 lib/convenient_service/service/plugins/has_j_send_result/container.rb
convenient_service-0.17.0 lib/convenient_service/service/plugins/has_j_send_result/container.rb
convenient_service-0.16.0 lib/convenient_service/service/plugins/has_j_send_result/container.rb
convenient_service-0.15.0 lib/convenient_service/service/plugins/has_j_send_result/container.rb
convenient_service-0.14.0 lib/convenient_service/service/plugins/has_j_send_result/container.rb