Method: Spider::Model::Storage::BaseStorage#connection_pool
- Defined in:
- lib/spiderfw/model/storage/base_storage.rb
#connection_pool ⇒ ConnectionPool|nil
Returns 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 |