Sha256: 6127507d5b5b4dde89a7d612b8aa804d0515883e9c1b22eb5b60dad9174b3b8d

Contents?: true

Size: 285 Bytes

Versions: 5

Compression:

Stored size: 285 Bytes

Contents

module LedgerSync
  module Adaptors
    module QuickBooksOnline
      module Customer
        class Searcher < LedgerSync::Adaptors::QuickBooksOnline::Searcher
          def query_string
            "DisplayName LIKE '%#{query}%'"
          end
        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/customer/searcher.rb
ledger_sync-1.3.4 lib/ledger_sync/adaptors/quickbooks_online/customer/searcher.rb
ledger_sync-1.3.3 lib/ledger_sync/adaptors/quickbooks_online/customer/searcher.rb
ledger_sync-1.3.2 lib/ledger_sync/adaptors/quickbooks_online/customer/searcher.rb
ledger_sync-1.3.1 lib/ledger_sync/adaptors/quickbooks_online/customer/searcher.rb