Method: ContextIO::Config#adapter
- Defined in:
- lib/context-io/config.rb
#adapter ⇒ Symbol
Returns 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 |