Method: Usher::Node::Response#params

Defined in:
lib/usher/node/response.rb

#paramsArray<Symbol, String>

The params from recognition

Returns:

  • (Array<Symbol, String>)

    The parameters detected from recognition returned as an array of arrays.



8
9
10
# File 'lib/usher/node/response.rb', line 8

def params
  @params ||= path.convert_params_array(params_as_array)
end