Class: Wurk::Web::Extension::Action::Redirect
- Inherits:
-
Struct
- Object
- Struct
- Wurk::Web::Extension::Action::Redirect
- Defined in:
- lib/wurk/web/extension.rb
Overview
Internal-redirect signal carried out of a route block via throw/catch.
Instance Attribute Summary collapse
-
#location ⇒ Object
Returns the value of attribute location.
Instance Attribute Details
#location ⇒ Object
Returns the value of attribute location
162 163 164 |
# File 'lib/wurk/web/extension.rb', line 162 def location @location end |