Sha256: 77c00726242c2238bf46d63cb3ffa02b30af5616c7295164c20fcb69260af3fd

Contents?: true

Size: 276 Bytes

Versions: 13

Compression:

Stored size: 276 Bytes

Contents

# frozen_string_literal: true

require 'ledger_sync'
require 'oauth2'

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

require_relative 'quickbooks_online/config'

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
ledger_sync-quickbooks_online-2.0.0 lib/ledger_sync/quickbooks_online.rb
ledger_sync-quickbooks_online-1.0.1 lib/ledger_sync/quickbooks_online.rb
ledger_sync-quickbooks_online-1.0.0 lib/ledger_sync/quickbooks_online.rb
ledger_sync-quickbooks_online-0.4.0 lib/ledger_sync/quickbooks_online.rb
ledger_sync-quickbooks_online-0.3.1 lib/ledger_sync/quickbooks_online.rb
ledger_sync-quickbooks_online-0.3.0 lib/ledger_sync/quickbooks_online.rb
ledger_sync-quickbooks_online-0.2.6 lib/ledger_sync/quickbooks_online.rb
ledger_sync-quickbooks_online-0.2.5 lib/ledger_sync/quickbooks_online.rb
ledger_sync-quickbooks_online-0.2.4 lib/ledger_sync/quickbooks_online.rb
ledger_sync-quickbooks_online-0.2.2 lib/ledger_sync/quickbooks_online.rb
ledger_sync-quickbooks_online-0.2.1 lib/ledger_sync/quickbooks_online.rb
ledger_sync-quickbooks_online-0.2.0 lib/ledger_sync/quickbooks_online.rb
ledger_sync-quickbooks_online-0.1.1 lib/ledger_sync/quickbooks_online.rb