Sha256: 8d08664ba1c7dccd4c5c92e5e96d76051bbfcdb34b69002a168e6e5638790455

Contents?: true

Size: 235 Bytes

Versions: 15

Compression:

Stored size: 235 Bytes

Contents

# frozen_string_literal: true

require_relative 'client'

args = {
  base_module: LedgerSync::NetSuite,
  root_path: 'ledger_sync/netsuite'
}

LedgerSync.register_ledger(:netsuite, args) do |config|
  config.name = 'NetSuite REST'
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
ledger_sync-netsuite-0.7.1 lib/ledger_sync/netsuite/config.rb
ledger_sync-netsuite-0.6.2 lib/ledger_sync/netsuite/config.rb
ledger_sync-netsuite-0.6.1 lib/ledger_sync/netsuite/config.rb
ledger_sync-netsuite-0.6.0 lib/ledger_sync/netsuite/config.rb
ledger_sync-netsuite-0.5.0 lib/ledger_sync/netsuite/config.rb
ledger_sync-netsuite-0.4.2 lib/ledger_sync/netsuite/config.rb
ledger_sync-netsuite-0.3.6 lib/ledger_sync/netsuite/config.rb
ledger_sync-netsuite-0.3.5 lib/ledger_sync/netsuite/config.rb
ledger_sync-netsuite-0.3.4 lib/ledger_sync/netsuite/config.rb
ledger_sync-netsuite-0.3.3 lib/ledger_sync/netsuite/config.rb
ledger_sync-netsuite-0.3.2 lib/ledger_sync/netsuite/config.rb
ledger_sync-netsuite-0.3.1 lib/ledger_sync/netsuite/config.rb
ledger_sync-netsuite-0.3.0 lib/ledger_sync/netsuite/config.rb
ledger_sync-netsuite-0.2.0 lib/ledger_sync/netsuite/config.rb
ledger_sync-netsuite-0.1.1 lib/ledger_sync/netsuite/config.rb