class KayakoClient::HTTPForbidden

Public Class Methods

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