Exception: Wee::Session::AbortCallbackProcessing

Inherits:
Exception
  • Object
show all
Defined in:
lib/wee/session.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#responseObject (readonly)

Returns the value of attribute response.



51
52
53
# File 'lib/wee/session.rb', line 51

def response
  @response
end