Exception: OMF::Web::Rack::RedirectException
- Inherits:
-
Exception
- Object
- Exception
- OMF::Web::Rack::RedirectException
- Defined in:
- lib/omf-web/rack/rack_exceptions.rb
Instance Attribute Summary collapse
-
#redirect_url ⇒ Object
readonly
Returns the value of attribute redirect_url.
Instance Method Summary collapse
-
#initialize(redirect_url) ⇒ RedirectException
constructor
A new instance of RedirectException.
Constructor Details
#initialize(redirect_url) ⇒ RedirectException
Returns a new instance of RedirectException.
10 11 12 |
# File 'lib/omf-web/rack/rack_exceptions.rb', line 10 def initialize(redirect_url) @redirect_url = redirect_url end |
Instance Attribute Details
#redirect_url ⇒ Object (readonly)
Returns the value of attribute redirect_url.
8 9 10 |
# File 'lib/omf-web/rack/rack_exceptions.rb', line 8 def redirect_url @redirect_url end |