Method: HTTPalooza::Request#method

Defined in:
lib/httpalooza/request.rb,
lib/httpalooza/request.rb

#methodSymbol (readonly)

Returns the HTTP method.

Returns:

  • (Symbol)

    the HTTP method



7
8
9
# File 'lib/httpalooza/request.rb', line 7

def method
  @method
end