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