Sha256: 957457f27100ec0b5064f0716302acd1f460058a92b1f0632774b12aa118d874

Contents?: true

Size: 345 Bytes

Versions: 8

Compression:

Stored size: 345 Bytes

Contents

# frozen_string_literal: true

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

          def query_string
            @query_string ||= "Name LIKE '%#{query}%'"
          end
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ledger_sync-1.6.0 lib/ledger_sync/ledgers/quickbooks_online/department/searcher.rb
ledger_sync-1.5.2 lib/ledger_sync/ledgers/quickbooks_online/department/searcher.rb
ledger_sync-1.5.1 lib/ledger_sync/ledgers/quickbooks_online/department/searcher.rb
ledger_sync-1.5.0 lib/ledger_sync/ledgers/quickbooks_online/department/searcher.rb
ledger_sync-1.4.4 lib/ledger_sync/ledgers/quickbooks_online/department/searcher.rb
ledger_sync-1.4.2 lib/ledger_sync/ledgers/quickbooks_online/department/searcher.rb
ledger_sync-1.4.1 lib/ledger_sync/ledgers/quickbooks_online/department/searcher.rb
ledger_sync-1.4.0 lib/ledger_sync/ledgers/quickbooks_online/department/searcher.rb