Exception: Wee::Session::AbortCallbackProcessing
- Defined in:
- lib/wee/session.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(response) ⇒ AbortCallbackProcessing
constructor
A new instance of AbortCallbackProcessing.
Constructor Details
#initialize(response) ⇒ AbortCallbackProcessing
Returns a new instance of AbortCallbackProcessing.
52 53 54 |
# File 'lib/wee/session.rb', line 52 def initialize(response) @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
51 52 53 |
# File 'lib/wee/session.rb', line 51 def response @response end |