Sha256: 10c392feabbe3fd858bb8e8afe2b85b7e3c9f3c91e5bee51c5bc5e4a9fbcab40
Contents?: true
Size: 410 Bytes
Versions: 8
Compression:
Stored size: 410 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Ledgers 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 end
Version data entries
8 entries across 8 versions & 1 rubygems