class KayakoClient::HTTPUnauthorized
Public Class Methods
new(body = '')
click to toggle source
Calls superclass method
KayakoClient::HTTPResponse::new
# File lib/kayako_client/http/http_response.rb, line 45 def initialize(body = '') super(401, body) end