Sha256: 0f5b6eb8229b4d46b9b345b990aabba1cdee3fa8b85f059b851ad646c0b07317

Contents?: true

Size: 468 Bytes

Versions: 1

Compression:

Stored size: 468 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_ERROR_CODE" do
            Constants::DEFAULT_ERROR_CODE
          end
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
convenient_service-0.13.0 lib/convenient_service/service/plugins/has_j_send_result/container.rb