Exception: Vop::InterruptChain

Inherits:
Exception
  • Object
show all
Defined in:
lib/vop/objects/filter.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#responseObject (readonly)

Returns the value of attribute response.



40
41
42
# File 'lib/vop/objects/filter.rb', line 40

def response
  @response
end