Sha256: 9b03c60625a020c5cdba6a0b5ac201e7139790808fc43754d7aaef41261fc082

Contents?: true

Size: 522 Bytes

Versions: 6

Compression:

Stored size: 522 Bytes

Contents

module LedgerSync
  module Adaptors
    module Test
      module Customer
        module Operations
          class Invalid < Operation::Create
            class Contract < LedgerSync::Adaptors::Contract
              schema do
                required(:ledger_id).filled(:string)
                required(:email).filled(:string)
                required(:name).filled(:string)
                required(:phone_number).filled(:string)
              end
            end
          end
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ledger_sync-1.1.1 lib/ledger_sync/adaptors/test/customer/operations/invalid.rb
ledger_sync-1.0.10 lib/ledger_sync/adaptors/test/customer/operations/invalid.rb
ledger_sync-1.0.9 lib/ledger_sync/adaptors/test/customer/operations/invalid.rb
ledger_sync-1.0.3 lib/ledger_sync/adaptors/test/customer/operations/invalid.rb
ledger_sync-1.0.2 lib/ledger_sync/adaptors/test/customer/operations/invalid.rb
ledger_sync-1.0.0 lib/ledger_sync/adaptors/test/customer/operations/invalid.rb