Class: Quickeebooks::Online::Model::JournalEntry

Inherits:
IntuitType
  • Object
show all
Includes:
ActiveModel::Validations, OnlineLineItemModelMethods
Defined in:
lib/quickeebooks/online/model/journal_entry.rb

Constant Summary collapse

XML_NODE =
"JournalEntry"
REST_RESOURCE =
"journal-entry"

Class Method Summary collapse

Methods included from OnlineLineItemModelMethods

included

Methods inherited from IntuitType

resource_for_singular

Methods included from Logging

#log

Class Method Details

.resource_for_collectionObject



25
26
27
# File 'lib/quickeebooks/online/model/journal_entry.rb', line 25

def self.resource_for_collection
  'journal-entries'
end