Class: LedgerSync::NetSuite::Check::Searcher

Inherits:
Searcher
  • Object
show all
Defined in:
lib/ledger_sync/netsuite/check/searcher.rb

Instance Method Summary collapse

Methods inherited from Searcher

#query_attributes, #query_string, #request_url, #resources, #searcher_deserializer_class

Instance Method Details

#query_tableObject



7
8
9
# File 'lib/ledger_sync/netsuite/check/searcher.rb', line 7

def query_table
  "transaction WHERE type = 'Check'"
end