Class: Wurk::Web::Extension::Action::Redirect

Inherits:
Struct
  • Object
show all
Defined in:
lib/wurk/web/extension.rb

Overview

Internal-redirect signal carried out of a route block via throw/catch.

Instance Attribute Summary collapse

Instance Attribute Details

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



162
163
164
# File 'lib/wurk/web/extension.rb', line 162

def location
  @location
end