Method: Restforce::Middleware#connection
- Defined in:
- lib/restforce/middleware.rb
permalink #connection ⇒ Object
Internal: Proxy to the client’s faraday connection.
32 33 34 |
# File 'lib/restforce/middleware.rb', line 32 def connection client.send(:connection) end |