Sha256: 93c8bcf59b1573fe6f3039afb43fdec462b6514ddaf55f2768d01f2bfa7ba63f

Contents?: true

Size: 348 Bytes

Versions: 5

Compression:

Stored size: 348 Bytes

Contents

# frozen_string_literal: true

module LedgerSync
  module Adaptors
    module QuickBooksOnline
      module Department
        class Searcher < LedgerSync::Adaptors::QuickBooksOnline::Searcher
          private

          def query_string
            @query_string ||= "Name 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/department/searcher.rb
ledger_sync-1.3.4 lib/ledger_sync/adaptors/quickbooks_online/department/searcher.rb
ledger_sync-1.3.3 lib/ledger_sync/adaptors/quickbooks_online/department/searcher.rb
ledger_sync-1.3.2 lib/ledger_sync/adaptors/quickbooks_online/department/searcher.rb
ledger_sync-1.3.1 lib/ledger_sync/adaptors/quickbooks_online/department/searcher.rb