class Faraday::Error

Attributes

response[R]

Public Instance Methods

inspect() click to toggle source
Calls superclass method
# File lib/better-faraday.rb, line 34
def inspect
  super.gsub(/\s*\(\s*\)\s*\z/, "")
end