Sha256: e8baeafb12bbad1f78b9b2778492a88513b87b633455f71aa88e5a94f7a1b6df

Contents?: true

Size: 519 Bytes

Versions: 1

Compression:

Stored size: 519 Bytes

Contents

# frozen_string_literal: true

module LedgerSync
  module TemplateLedger
    class SampleResource
      module Operations
        class Find < TemplateLedger::Operation::Find
          class Contract < LedgerSync::Ledgers::Contract
            params do
              optional(:external_id).filled(:string)
              required(:ledger_id).filled(:string)
              optional(:Name).maybe(:string)
              optional(:Email).maybe(:string)
            end
          end
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ledger_sync-template_ledger-0.1.0 lib/ledger_sync/template_ledger/sample_resource/operations/find.rb