Sha256: 9f873a0bf19e3220ea1ec8ef830c5110e06be7f9e5fb8a46a35517db60849fce
Contents?: true
Size: 453 Bytes
Versions: 5
Compression:
Stored size: 453 Bytes
Contents
# frozen_string_literal: true module LedgerSync module NetSuite class Vendor class SearcherDeserializer < NetSuite::Deserializer id attribute :email attribute :company_name, hash_attribute: :companyname attribute :phone_number, hash_attribute: :phone attribute :lastModifiedDate, hash_attribute: :lastmodifieddate end end end end
Version data entries
5 entries across 5 versions & 1 rubygems