Sha256: cc3852e1de1a528d94eceb60340c3f88972d5c69baf5d58a9dd96c1dc110a8d4

Contents?: true

Size: 576 Bytes

Versions: 2

Compression:

Stored size: 576 Bytes

Contents

module LedgerSync
  module Adaptors
    module Test
      module Customer
        module Operations
          class Invalid < Operation::Create
            class Contract < LedgerSync::Adaptors::Contract
              schema do
                required(:external_id).maybe(:string)
                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

2 entries across 2 versions & 1 rubygems

Version Path
ledger_sync-1.1.3 lib/ledger_sync/adaptors/test/customer/operations/invalid.rb
ledger_sync-1.1.2 lib/ledger_sync/adaptors/test/customer/operations/invalid.rb