Method: Restify::Response#code

Defined in:
lib/restify/response.rb

#codeFixnum (readonly)

Response status code.

Returns:

  • (Fixnum)

    Status code.



44
45
46
# File 'lib/restify/response.rb', line 44

def code
  @code
end