Class: LedgerSync::QuickBooksOnline::Deposit
- Defined in:
- lib/ledger_sync/quickbooks_online/deposit/searcher.rb,
lib/ledger_sync/quickbooks_online/resources/deposit.rb,
lib/ledger_sync/quickbooks_online/deposit/serializer.rb,
lib/ledger_sync/quickbooks_online/deposit/deserializer.rb,
lib/ledger_sync/quickbooks_online/deposit/operations/find.rb,
lib/ledger_sync/quickbooks_online/deposit/operations/create.rb,
lib/ledger_sync/quickbooks_online/deposit/operations/update.rb
Defined Under Namespace
Modules: Operations Classes: Deserializer, Searcher, Serializer
Instance Method Summary collapse
Instance Method Details
#name ⇒ Object
21 22 23 |
# File 'lib/ledger_sync/quickbooks_online/resources/deposit.rb', line 21 def name "Deposit: #{self.Currency.try(:symbol)}" end |