Method: Spider::Model::Storage::BaseStorage#connection_pool

Defined in:
lib/spiderfw/model/storage/base_storage.rb

#connection_poolConnectionPool|nil

Returns The ConnectionPool managing the current connection params.

Returns:

  • (ConnectionPool|nil)

    The ConnectionPool managing the current connection params



167
168
169
# File 'lib/spiderfw/model/storage/base_storage.rb', line 167

def connection_pool
    self.class.connection_pools[@connection_params]
end