Method: Lowdown::Client#connection
- Defined in:
- lib/lowdown/client.rb
permalink #connection ⇒ Connection, Celluloid::Supervision::Container::Pool<Connection> (readonly)
Returns a single Connection or a pool of Connection actors configured to connect to the remote service.
137 138 139 |
# File 'lib/lowdown/client.rb', line 137 def connection @connection end |