class Gorilla::Error
Attributes
response[R]
Public Class Methods
new(response)
click to toggle source
# File lib/gorilla/error.rb, line 6 def initialize(response) @response = Gorilla::Response.new(response) end