Class: Wayfarer::Dispatcher::Halt

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

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



17
18
19
# File 'lib/wayfarer/dispatcher.rb', line 17

def action
  @action
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



17
18
19
# File 'lib/wayfarer/dispatcher.rb', line 17

def uri
  @uri
end