Sha256: 104fba1d1a07a011f9d153b0a58abe5b8467b925e3b04aff4d559ebd69501dca
Contents?: true
Size: 414 Bytes
Versions: 4
Compression:
Stored size: 414 Bytes
Contents
# frozen_string_literal: true # require client-specific types Gem.find_files('ledger_sync/ledgers/netsuite/type/**/*.rb').each { |path| require path } module LedgerSync module Ledgers module NetSuite class Deserializer < LedgerSync::Deserializer include Mixins::InferConfigMixin def self.id attribute :ledger_id, hash_attribute: :id end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems