Method: BOTR::OKResponse#initialize
- Defined in:
- lib/botr/http/http_response.rb
#initialize(body = "") ⇒ OKResponse
Returns a new instance of OKResponse.
13 14 15 |
# File 'lib/botr/http/http_response.rb', line 13 def initialize(body = "") super(200, body) end |