Sha256: b9cfefd16b3f00a193270d9772d5a065344cc5f872391d14efc0e23716b31a44
Contents?: true
Size: 613 Bytes
Versions: 1
Compression:
Stored size: 613 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Adaptors module NetSuite module Vendor 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: :company_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/vendor/searcher_ledger_deserializer.rb |