Class: GoodHttpResp
- Inherits:
-
AbstractResp
- Object
- AbstractResp
- GoodHttpResp
- Defined in:
- lib/http/good_http_resp.rb
Instance Attribute Summary
Attributes inherited from AbstractResp
Instance Method Summary collapse
Methods inherited from AbstractResp
Constructor Details
This class inherits a constructor from AbstractResp
Instance Method Details
#ok {|obj, request, response| ... } ⇒ Object
2 3 4 |
# File 'lib/http/good_http_resp.rb', line 2 def ok yield(obj, request, response) end |