Class: LedgerSync::NetSuite::JournalEntry::Serializer
- Inherits:
-
Serializer
- Object
- Serializer
- Serializer
- LedgerSync::NetSuite::JournalEntry::Serializer
- Defined in:
- lib/ledger_sync/netsuite/journal_entry/serializer.rb
Instance Method Summary collapse
Instance Method Details
#currency_present?(args = {}) ⇒ Boolean
26 27 28 29 30 |
# File 'lib/ledger_sync/netsuite/journal_entry/serializer.rb', line 26 def currency_present?(args = {}) resource = args.fetch(:resource) resource.currency.present? end |