class Faraday::Request::Instrumentation::Options
Options class used in Request::Instrumentation class.
def instrumenter
-
(Class)
-
def instrumenter self[:instrumenter] ||= ActiveSupport::Notifications end
def name
-
(String)
-
def name self[:name] ||= 'request.faraday' end