Method: Typhoeus::Response#requested_http_method
- Defined in:
- lib/typhoeus/response.rb
#requested_http_method ⇒ Object (readonly)
Returns the value of attribute requested_http_method.
4 5 6 |
# File 'lib/typhoeus/response.rb', line 4 def requested_http_method @requested_http_method end |