Class: Wayfarer::Dispatcher::Stage

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

Instance Attribute Summary collapse

Instance Attribute Details

#ret_valObject

Returns the value of attribute ret_val

Returns:

  • (Object)

    the current value of ret_val



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

def ret_val
  @ret_val
end

#urisObject

Returns the value of attribute uris

Returns:

  • (Object)

    the current value of uris



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

def uris
  @uris
end