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