Class: Wayfarer::Routing::Result::Match

Inherits:
Struct
  • Object
show all
Defined in:
lib/wayfarer/routing/result.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



6
7
8
# File 'lib/wayfarer/routing/result.rb', line 6

def action
  @action
end

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



6
7
8
# File 'lib/wayfarer/routing/result.rb', line 6

def params
  @params
end