Method: RestClient::AbstractResponse#code
- Defined in:
- lib/restclient/abstract_response.rb
#code ⇒ Object
HTTP status code
13 14 15 |
# File 'lib/restclient/abstract_response.rb', line 13 def code @code ||= @net_http_res.code.to_i end |