Class: LedgerSync::QuickBooksOnline::Department

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

Defined Under Namespace

Modules: Operations Classes: Deserializer, Searcher, Serializer

Instance Method Summary collapse

Instance Method Details

#nameObject



13
14
15
# File 'lib/ledger_sync/quickbooks_online/resources/department.rb', line 13

def name
  self.Name
end