Method: Restforce::Middleware#connection

Defined in:
lib/restforce/middleware.rb

#connectionObject

Internal: Proxy to the client’s faraday connection.

[View source]

32
33
34
# File 'lib/restforce/middleware.rb', line 32

def connection
  client.send(:connection)
end