Sha256: 9bea70fe1167463ae07bcc90216ae5600e9b11abe325aa02fa5439a4462a9cf4
Contents?: true
Size: 363 Bytes
Versions: 10
Compression:
Stored size: 363 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 end end end end
Version data entries
10 entries across 10 versions & 1 rubygems