Sha256: fbad705022a85018a38ef19bf023b56472ca0c11a50d7f091bc0c855451e0f52

Contents?: true

Size: 242 Bytes

Versions: 15

Compression:

Stored size: 242 Bytes

Contents

# frozen_string_literal: true

require 'ledger_sync'

module LedgerSync
  module NetSuite
    def self.root(*paths)
      File.join(File.expand_path('../..', __dir__), *paths.map(&:to_s))
    end
  end
end

require_relative 'netsuite/config'

Version data entries

15 entries across 15 versions & 1 rubygems

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