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