Class: BadHttpResp

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

Instance Attribute Summary

Attributes inherited from AbstractResp

#body, #request, #response

Instance Method Summary collapse

Methods inherited from AbstractResp

#initialize, #obj, #ok

Constructor Details

This class inherits a constructor from AbstractResp

Instance Method Details

#no {|body, request, response| ... } ⇒ Object

Yields:



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

def no
  yield(body, request, response)
end