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