Sha256: b69df421c0564b3bd0c565951e6afc08c5f7a180bb4a32eca8ef112e7517fb41

Contents?: true

Size: 95 Bytes

Versions: 3

Compression:

Stored size: 95 Bytes

Contents

# frozen_string_literal: true

module PaymentGateways
  Response = ::Struct.new(:success?)
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
solid-adapters-1.1.0 examples/anti_corruption_layer/lib/payment_gateways/response.rb
solid-adapters-1.0.0 examples/anti_corruption_layer/lib/payment_gateways/response.rb
bcdd-contract-0.1.0 examples/anti_corruption_layer/lib/payment_gateways/response.rb