Class: LedgerSync::QuickBooksOnline::Customer
- Defined in:
- lib/ledger_sync/quickbooks_online/customer/searcher.rb,
lib/ledger_sync/quickbooks_online/resources/customer.rb,
lib/ledger_sync/quickbooks_online/customer/serializer.rb,
lib/ledger_sync/quickbooks_online/customer/deserializer.rb,
lib/ledger_sync/quickbooks_online/customer/operations/find.rb,
lib/ledger_sync/quickbooks_online/customer/operations/create.rb,
lib/ledger_sync/quickbooks_online/customer/operations/update.rb
Defined Under Namespace
Modules: Operations Classes: Deserializer, Searcher, Serializer
Instance Method Summary collapse
Instance Method Details
#name ⇒ Object
17 18 19 |
# File 'lib/ledger_sync/quickbooks_online/resources/customer.rb', line 17 def name self.DisplayName || [self.GivenName, self.FamilyName].join(' ') end |