Method: HTTP::Response::Parser#status_code
- Defined in:
- lib/http/response/parser.rb
#status_code ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
9 10 11 |
# File 'lib/http/response/parser.rb', line 9 def status_code @status_code end |