Method: BOTR::NotAllowedResponse#initialize
- Defined in:
- lib/botr/http/http_response.rb
#initialize(body = "") ⇒ NotAllowedResponse
Returns a new instance of NotAllowedResponse.
43 44 45 |
# File 'lib/botr/http/http_response.rb', line 43 def initialize(body = "") super(405, body) end |