Method: Faraday.default_connection_options
- Defined in:
- lib/faraday.rb
.default_connection_options ⇒ Faraday::ConnectionOptions
Gets the default connection options used when calling new.
128 129 130 |
# File 'lib/faraday.rb', line 128 def @default_connection_options ||= ConnectionOptions.new end |