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