Class: BOTR::OKResponse

Inherits:
HTTPResponse show all
Defined in:
lib/botr/http/http_response.rb

Instance Attribute Summary

Attributes inherited from HTTPResponse

#body, #status

Instance Method Summary collapse

Constructor Details

#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