Method: YARD::Server::Commands::Base#body

Defined in:
lib/yard/server/commands/base.rb

#bodyString

Returns the response body. Defaults to empty string.

Returns:

  • (String)

    the response body. Defaults to empty string.

Since:

  • 0.6.0


60
61
62
# File 'lib/yard/server/commands/base.rb', line 60

def body
  @body
end