Class: LedgerSync::QuickBooksOnline::Transfer

Inherits:
Resource
  • Object
show all
Defined in:
lib/ledger_sync/quickbooks_online/resources/transfer.rb,
lib/ledger_sync/quickbooks_online/transfer/serializer.rb,
lib/ledger_sync/quickbooks_online/transfer/deserializer.rb,
lib/ledger_sync/quickbooks_online/transfer/operations/find.rb,
lib/ledger_sync/quickbooks_online/transfer/operations/create.rb,
lib/ledger_sync/quickbooks_online/transfer/operations/update.rb

Defined Under Namespace

Modules: Operations Classes: Deserializer, Serializer

Instance Method Summary collapse

Instance Method Details

#nameObject



17
18
19
# File 'lib/ledger_sync/quickbooks_online/resources/transfer.rb', line 17

def name
  "Transfer: #{self.Amount} #{self.Currency}"
end