Method: Mailman::Router#params

Defined in:
lib/mailman/router.rb

#paramsHash (readonly)

Returns the params of the most recently processed message. Used by route blocks.

Returns:

  • (Hash)

    the params of the most recently processed message. Used by route blocks



16
17
18
# File 'lib/mailman/router.rb', line 16

def params
  @params
end