Class Faraday::Options
In: lib/faraday/options.rb
Parent: Struct

Subclasses Struct with some special helpers for converting from a Hash to a Struct.

Methods

Public Class methods

Public Instance methods

Public

Public

has_key?(key)

Alias for key?

has_value?(value)

Alias for value?

Internal

Public

merge!(obj)

Alias for update

[Validate]