Method: Restify::Response#status

Defined in:
lib/restify/response.rb

#statusSymbol (readonly)

Response status symbol.

Examples:

response.status #=> :ok

Returns:

  • (Symbol)

    Status symbol.



53
54
55
# File 'lib/restify/response.rb', line 53

def status
  @status
end