Class: GoodHttpResp

Inherits:
AbstractResp show all
Defined in:
lib/http/good_http_resp.rb

Instance Attribute Summary

Attributes inherited from AbstractResp

#body, #request, #response

Instance Method Summary collapse

Methods inherited from AbstractResp

#initialize, #no, #obj

Constructor Details

This class inherits a constructor from AbstractResp

Instance Method Details

#ok {|obj, request, response| ... } ⇒ Object

Yields:



2
3
4
# File 'lib/http/good_http_resp.rb', line 2

def ok
  yield(obj, request, response)
end