Sha256: 644623e3ddd92e8c9cea2929978cd218ba7cd9db0f75065da3472032f1e7a6c7

Contents?: true

Size: 522 Bytes

Versions: 18

Compression:

Stored size: 522 Bytes

Contents

# frozen_string_literal: true

module LedgerSync
  module Ledgers
    module TestLedger
      class Customer
        module Operations
          class Find < TestLedger::Operation::Find
            class Contract < LedgerSync::Ledgers::Contract
              params do
                required(:name).maybe(:string)
                required(:email).filled(:string)
                required(:subsidiary).maybe(:hash, Types::Reference)
              end
            end
          end
        end
      end
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
ledger_sync-3.0.0 lib/ledger_sync/test/support/test_ledger/customer/operations/find.rb
ledger_sync-2.6.0 lib/ledger_sync/test/support/test_ledger/customer/operations/find.rb
ledger_sync-2.5.0 lib/ledger_sync/test/support/test_ledger/customer/operations/find.rb
ledger_sync-2.4.4 lib/ledger_sync/test/support/test_ledger/customer/operations/find.rb
ledger_sync-2.3.1 lib/ledger_sync/test/support/test_ledger/customer/operations/find.rb
ledger_sync-2.2.3 lib/ledger_sync/test/support/test_ledger/customer/operations/find.rb
ledger_sync-2.2.1 lib/ledger_sync/test/support/test_ledger/customer/operations/find.rb
ledger_sync-2.2.0 lib/ledger_sync/test/support/test_ledger/customer/operations/find.rb
ledger_sync-2.0.2 lib/ledger_sync/test/support/test_ledger/customer/operations/find.rb
ledger_sync-2.0.1 lib/ledger_sync/test/support/test_ledger/customer/operations/find.rb
ledger_sync-2.0.0 lib/ledger_sync/test/support/test_ledger/customer/operations/find.rb
ledger_sync-2.0.0.pre.1 lib/ledger_sync/test/support/test_ledger/customer/operations/find.rb
ledger_sync-1.8.1 lib/ledger_sync/test/support/test_ledger/customer/operations/find.rb
ledger_sync-1.8.0 lib/ledger_sync/test/support/test_ledger/customer/operations/find.rb
ledger_sync-1.7.0 lib/ledger_sync/test/support/test_ledger/customer/operations/find.rb
ledger_sync-1.6.0 lib/ledger_sync/test/support/test_ledger/customer/operations/find.rb
ledger_sync-1.5.2 lib/ledger_sync/test/support/test_ledger/customer/operations/find.rb
ledger_sync-1.5.1 lib/ledger_sync/test/support/test_ledger/customer/operations/find.rb