Class: JDBC::Gateway
- Inherits:
-
Object
- Object
- JDBC::Gateway
- Defined in:
- lib/jdbc/gateway.rb
Instance Method Summary collapse
-
#initialize(connection_pool:) ⇒ Gateway
constructor
A new instance of Gateway.
Constructor Details
#initialize(connection_pool:) ⇒ Gateway
Returns a new instance of Gateway.
3 4 5 |
# File 'lib/jdbc/gateway.rb', line 3 def initialize(connection_pool:) @connection_pool = connection_pool end |