Class: LedgerSync::QuickBooksOnline::Deposit

Inherits:
Resource
  • Object
show all
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

#nameObject



21
22
23
# File 'lib/ledger_sync/quickbooks_online/resources/deposit.rb', line 21

def name
  "Deposit: #{self.Currency.try(:symbol)}"
end