Exception: RAWS::HTTP::Redirect
- Inherits:
-
Exception
- Object
- Exception
- RAWS::HTTP::Redirect
- Defined in:
- lib/raws/http.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(response) ⇒ Redirect
constructor
A new instance of Redirect.
Constructor Details
#initialize(response) ⇒ Redirect
Returns a new instance of Redirect.
6 7 8 |
# File 'lib/raws/http.rb', line 6 def initialize(response) @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
4 5 6 |
# File 'lib/raws/http.rb', line 4 def response @response end |