Exception: Vop::InterruptChain
- Inherits:
-
Exception
- Object
- Exception
- Vop::InterruptChain
- Defined in:
- lib/vop/objects/filter.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(response) ⇒ InterruptChain
constructor
A new instance of InterruptChain.
Constructor Details
#initialize(response) ⇒ InterruptChain
Returns a new instance of InterruptChain.
42 43 44 |
# File 'lib/vop/objects/filter.rb', line 42 def initialize(response) @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
40 41 42 |
# File 'lib/vop/objects/filter.rb', line 40 def response @response end |