Sha256: 5d6fc44c8b1d1981119bce01877269f551837372128b122646c196dc2223e78b

Contents?: true

Size: 239 Bytes

Versions: 5

Compression:

Stored size: 239 Bytes

Contents

# frozen_string_literal: true
require_relative '../searcher'

module LedgerSync
  module Adaptors
    module QuickBooksOnline
      module Deposit
        class Searcher < QuickBooksOnline::Searcher
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ledger_sync-1.3.5 lib/ledger_sync/adaptors/quickbooks_online/deposit/searcher.rb
ledger_sync-1.3.4 lib/ledger_sync/adaptors/quickbooks_online/deposit/searcher.rb
ledger_sync-1.3.3 lib/ledger_sync/adaptors/quickbooks_online/deposit/searcher.rb
ledger_sync-1.3.2 lib/ledger_sync/adaptors/quickbooks_online/deposit/searcher.rb
ledger_sync-1.3.1 lib/ledger_sync/adaptors/quickbooks_online/deposit/searcher.rb