Sha256: 92686c2fc8729871ca46892ecaa45e379effb22d924376ea7fad6c9bb089e0cf

Contents?: true

Size: 426 Bytes

Versions: 14

Compression:

Stored size: 426 Bytes

Contents

# frozen_string_literal: true

module ConvenientService
  module Service
    module Plugins
      module HasResult
        module Entities
          class Result
            ##
            # @internal
            #   This concern is needed for `CastResultClass` and `be_success`, `be_error`, `be_failure` matchers.
            #
            module Concern
            end
          end
        end
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
convenient_service-0.12.0 lib/convenient_service/service/plugins/has_result/entities/result/concern.rb
convenient_service-0.11.0 lib/convenient_service/service/plugins/has_result/entities/result/concern.rb
convenient_service-0.10.1 lib/convenient_service/service/plugins/has_result/entities/result/concern.rb
convenient_service-0.10.0 lib/convenient_service/service/plugins/has_result/entities/result/concern.rb
convenient_service-0.9.0 lib/convenient_service/service/plugins/has_result/entities/result/concern.rb
convenient_service-0.8.0 lib/convenient_service/service/plugins/has_result/entities/result/concern.rb
convenient_service-0.7.0 lib/convenient_service/service/plugins/has_result/entities/result/concern.rb
convenient_service-0.6.0 lib/convenient_service/service/plugins/has_result/entities/result/concern.rb
convenient_service-0.5.0 lib/convenient_service/service/plugins/has_result/entities/result/concern.rb
convenient_service-0.4.0 lib/convenient_service/service/plugins/has_result/entities/result/concern.rb
convenient_service-0.3.1 lib/convenient_service/service/plugins/has_result/entities/result/concern.rb
convenient_service-0.3.0 lib/convenient_service/service/plugins/has_result/entities/result/concern.rb
convenient_service-0.2.1 lib/convenient_service/service/plugins/has_result/entities/result/concern.rb
convenient_service-0.2.0 lib/convenient_service/service/plugins/has_result/entities/result/concern.rb