Method: Wpxf::Net::HttpResponse#timed_out
- Defined in:
- lib/wpxf/net/http_response.rb
#timed_out ⇒ Boolean
Returns a boolean that indicates whether a request timed out.
38 39 40 |
# File 'lib/wpxf/net/http_response.rb', line 38 def timed_out @timed_out end |