Class: LedgerSync::Ledgers::NetSuite::JournalEntry
- Defined in:
- lib/ledger_sync/ledgers/netsuite/resources/journal_entry.rb,
lib/ledger_sync/ledgers/netsuite/journal_entry/serializer.rb,
lib/ledger_sync/ledgers/netsuite/journal_entry/deserializer.rb,
lib/ledger_sync/ledgers/netsuite/journal_entry/operations/find.rb,
lib/ledger_sync/ledgers/netsuite/journal_entry/operations/create.rb,
lib/ledger_sync/ledgers/netsuite/journal_entry/operations/delete.rb,
lib/ledger_sync/ledgers/netsuite/journal_entry/operations/update.rb
Defined Under Namespace
Modules: Operations Classes: Deserializer, Serializer
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
Methods inherited from Resource
#==, #assign_attribute, #assign_attributes, #changed?, #changes, #class_from_resource_type, inherited, operations, resource_module_str, resource_type, serialize_attribute?, #to_h
Methods included from Mixins::InferClientMixin
Methods included from Util::Mixins::DupableMixin
Methods included from ResourceAttribute::Reference::Many::Mixin
Methods included from ResourceAttribute::Reference::One::Mixin
Methods included from ResourceAttribute::Mixin
#assign_attribute, #assign_attributes, included, #initialize, #resource_attributes, #save, #serialize_attributes
Methods included from Validatable
#valid?, #validate, #validate_or_fail
Instance Method Details
#name ⇒ Object
20 21 22 |
# File 'lib/ledger_sync/ledgers/netsuite/resources/journal_entry.rb', line 20 def name "JournalEntry: #{transaction_date}" end |