Sha256: 74380f8f3357a3570d936324964e7ce38382733f15f77ea5be85fb157b7b738d

Contents?: true

Size: 240 Bytes

Versions: 5

Compression:

Stored size: 240 Bytes

Contents

# frozen_string_literal: true

require_relative '../searcher'

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