Sha256: feb7e44377d02506941fa7088d9c090a60152f55f01319b687930c081a1940f4

Contents?: true

Size: 457 Bytes

Versions: 17

Compression:

Stored size: 457 Bytes

Contents

# frozen_string_literal: true

require_relative '../operation'

module LedgerSync
  module Ledgers
    module TestLedger
      class Operation
        class Find
          include TestLedger::Operation::Mixin

          private

          def operate
            response_to_operation_result(
              response: client.find(
                path: ledger_resource_path
              )
            )
          end
        end
      end
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

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