class Seibii::Http::ServerError
Attributes
response[R]
Public Class Methods
new(response)
click to toggle source
Calls superclass method
# File lib/seibii/http.rb, line 22 def initialize(response) super @response = response end