Faraday::Options.new(:name, :instrumenter)
# File lib/faraday/request/instrumentation.rb, line 8 def instrumenter self[:instrumenter] ||= ActiveSupport::Notifications end
# File lib/faraday/request/instrumentation.rb, line 4 def name self[:name] ||= 'request.faraday' end
[Validate]
Generated with the Darkfish Rdoc Generator 2.