Class: KayakoClient::HTTPForbidden
- Inherits:
-
HTTPResponse
- Object
- HTTPResponse
- KayakoClient::HTTPForbidden
- Defined in:
- lib/kayako_client/http/http_response.rb
Instance Attribute Summary
Attributes inherited from HTTPResponse
Instance Method Summary collapse
-
#initialize(body = '') ⇒ HTTPForbidden
constructor
A new instance of HTTPForbidden.
Constructor Details
#initialize(body = '') ⇒ HTTPForbidden
Returns a new instance of HTTPForbidden.
53 54 55 |
# File 'lib/kayako_client/http/http_response.rb', line 53 def initialize(body = '') super(403, body) end |