Method: Lowdown::Client#connection

Defined in:
lib/lowdown/client.rb

#connectionConnection, Celluloid::Supervision::Container::Pool<Connection> (readonly)

Returns a single Connection or a pool of Connection actors configured to connect to the remote service.

Returns:

  • (Connection, Celluloid::Supervision::Container::Pool<Connection>)

    a single Connection or a pool of Connection actors configured to connect to the remote service.

[View source]

137
138
139
# File 'lib/lowdown/client.rb', line 137

def connection
  @connection
end