Class: LedgerSync::Ledgers::NetSuite::JournalEntry::Operations::Update
- Inherits:
-
Operation::Update
- Object
- Operation::Update
- LedgerSync::Ledgers::NetSuite::JournalEntry::Operations::Update
- Defined in:
- lib/ledger_sync/ledgers/netsuite/journal_entry/operations/update.rb
Defined Under Namespace
Classes: Contract
Instance Method Summary collapse
Methods included from Operation::Mixin
Instance Method Details
#request_params ⇒ Object
22 23 24 |
# File 'lib/ledger_sync/ledgers/netsuite/journal_entry/operations/update.rb', line 22 def request_params super.merge({ replace: 'line' }) end |