Sha256: d8a38d959fb593b98adaa54e9b5869cb2f6b0603012d4a4709563afe2f917673
Contents?: true
Size: 284 Bytes
Versions: 8
Compression:
Stored size: 284 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 Serializer < LedgerSync::Serializer end end end end
Version data entries
8 entries across 8 versions & 1 rubygems