Method: Gitlab::Error::ResponseError#response_status
- Defined in:
- lib/gitlab/error.rb
#response_status ⇒ Integer
Status code returned in the HTTP response.
26 27 28 |
# File 'lib/gitlab/error.rb', line 26 def response_status @response.code end |