Method: Restify::Response#message

Defined in:
lib/restify/response.rb

#messageString (readonly)

Response status message.

Returns:

  • (String)

    Status message.



59
60
61
# File 'lib/restify/response.rb', line 59

def message
  @message
end