class KayakoClient::HTTPBadRequest

Public Class Methods

new(body = '') click to toggle source
Calls superclass method KayakoClient::HTTPResponse::new
# File lib/kayako_client/http/http_response.rb, line 37
def initialize(body = '')
    super(400, body)
end