Sha256: 1e840141dfdf20758786f92e11c878ace669be5df75ff4ae8cbb30dfe31346dd
Contents?: true
Size: 358 Bytes
Versions: 8
Compression:
Stored size: 358 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Ledgers module NetSuite class Customer class SearcherDeserializer < NetSuite::Deserializer id attribute :email attribute :companyName, hash_attribute: :companyname attribute :phone end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems