Sha256: 64d17d40f4b944a9acb238a5d7a5cb97ce77d9b3fa6d79a1ee223a881e971f31
Contents?: true
Size: 189 Bytes
Versions: 2
Compression:
Stored size: 189 Bytes
Contents
# frozen_string_literal: true LedgerSync.register_adaptor(:netsuite, module_string: 'NetSuite') do |config| config.name = 'NetSuite REST' config.rate_limiting_wait_in_seconds = 60 end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ledger_sync-1.3.2 | lib/ledger_sync/adaptors/netsuite/config.rb |
ledger_sync-1.3.1 | lib/ledger_sync/adaptors/netsuite/config.rb |