Sha256: 519ed526dedc67bf6037c1e1f590ce6350c6f5000acacd52afa24bb3b47438fb

Contents?: true

Size: 237 Bytes

Versions: 5

Compression:

Stored size: 237 Bytes

Contents

# frozen_string_literal: true

require_relative '../searcher'

module LedgerSync
  module Adaptors
    module QuickBooksOnline
      module Bill
        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/bill/searcher.rb
ledger_sync-1.3.4 lib/ledger_sync/adaptors/quickbooks_online/bill/searcher.rb
ledger_sync-1.3.3 lib/ledger_sync/adaptors/quickbooks_online/bill/searcher.rb
ledger_sync-1.3.2 lib/ledger_sync/adaptors/quickbooks_online/bill/searcher.rb
ledger_sync-1.3.1 lib/ledger_sync/adaptors/quickbooks_online/bill/searcher.rb