Class: JDBC::Gateway

Inherits:
Object
  • Object
show all
Defined in:
lib/jdbc/gateway.rb

Instance Method Summary collapse

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