Class: LedgerSync::QuickBooksOnline::Customer::Searcher

Inherits:
Searcher
  • Object
show all
Defined in:
lib/ledger_sync/quickbooks_online/customer/searcher.rb

Instance Method Summary collapse

Methods inherited from Searcher

#resources, #search

Instance Method Details

#query_stringObject



7
8
9
# File 'lib/ledger_sync/quickbooks_online/customer/searcher.rb', line 7

def query_string
  "DisplayName LIKE '%#{query}%'"
end