Sha256: 69c45008b521e5c9d2866acc5968fc8042875982f679e52fcbd0041444a79bb0
Contents?: true
Size: 607 Bytes
Versions: 1
Compression:
Stored size: 607 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Adaptors module NetSuite module Customer class SearcherLedgerDeserializer < NetSuite::LedgerSerializer attribute ledger_attribute: :id, resource_attribute: :ledger_id attribute ledger_attribute: :email, resource_attribute: :email attribute ledger_attribute: :companyname, resource_attribute: :name attribute ledger_attribute: :phone, resource_attribute: :phone_number end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ledger_sync-1.3.5 | lib/ledger_sync/adaptors/netsuite/customer/searcher_ledger_deserializer.rb |