Module: Quickbooks::Adapters

Defined in:
lib/quickbooks/adapters/ole_adapter.rb,
lib/quickbooks/adapters/tcp_adapter.rb,
lib/quickbooks/adapters/http_adapter.rb,
lib/quickbooks/adapters/spew_adapter.rb,
lib/quickbooks/adapters/test_adapter.rb,
lib/quickbooks/adapters/https_adapter.rb

Overview

Connection is used internally by Quickbooks::Base to automatically manage a the communication with quickbooks. Currently the only connection mode supported is WIN32OlE, which means your application must be running on the same computer as Quickbooks.

Quickbooks does not allow the user to close the company or exit the program until all outside applications are disconnected from its API. Therefore, this class includes an at_exit hook that automatically closes all open connections for you when your program exits.

Defined Under Namespace

Modules: HttpAdapter, HttpsAdapter, OleAdapter, SpewAdapter, TestAdapter