Method: ContextIO::Config#adapter

Defined in:
lib/context-io/config.rb

#adapterSymbol

Returns The HTTP connection adapter. Check the Faraday documentation for possible adapters.

Returns:

  • (Symbol)

    The HTTP connection adapter. Check the Faraday documentation for possible adapters.



42
43
44
# File 'lib/context-io/config.rb', line 42

def adapter
  @adapter
end