Class: LedgerSync::QuickBooksOnline::Bill
- Defined in:
- lib/ledger_sync/quickbooks_online/bill/searcher.rb,
lib/ledger_sync/quickbooks_online/resources/bill.rb,
lib/ledger_sync/quickbooks_online/bill/serializer.rb,
lib/ledger_sync/quickbooks_online/bill/deserializer.rb,
lib/ledger_sync/quickbooks_online/bill/operations/find.rb,
lib/ledger_sync/quickbooks_online/bill/operations/create.rb,
lib/ledger_sync/quickbooks_online/bill/operations/update.rb
Defined Under Namespace
Modules: Operations Classes: Deserializer, Searcher, Serializer
Instance Method Summary collapse
Instance Method Details
#name ⇒ Object
24 25 26 |
# File 'lib/ledger_sync/quickbooks_online/resources/bill.rb', line 24 def name "Bill: #{self.TxnDate}" end |