Method: YARD::Server::Router#request

Defined in:
lib/yard/server/router.rb

#requestAdapter Dependent

Returns the request data coming in with the routing.

Returns:

  • (Adapter Dependent)

    the request data coming in with the routing

Since:

  • 0.6.0


35
36
37
# File 'lib/yard/server/router.rb', line 35

def request
  @request
end