Module: Wayfarer::Routing::Result

Defined in:
lib/wayfarer/routing/result.rb

Defined Under Namespace

Classes: Match

Constant Summary collapse

Mismatch =

Signals that a URL matched no route.

Class.new

Instance Attribute Summary collapse

Instance Attribute Details

#actionPage

Returns the retrieved page.

Returns:

  • (Page)

    the retrieved page.



9
# File 'lib/wayfarer/routing/result.rb', line 9

Match = Struct.new(:action, :params)