Method: Excon::Connection#connection

Defined in:
lib/excon/connection.rb

#connectionObject



8
9
10
11
# File 'lib/excon/connection.rb', line 8

def connection
  Excon.display_warning('Excon::Connection#connection is deprecated use Excon::Connection#data instead.')
  @data
end