Class: Paradeiser::ExternalInterrupt
- Defined in:
- lib/paradeiser/models/interrupt.rb
Constant Summary
Constants inherited from Interrupt
Instance Attribute Summary
Attributes inherited from Interrupt
Instance Method Summary collapse
-
#initialize ⇒ ExternalInterrupt
constructor
A new instance of ExternalInterrupt.
Constructor Details
#initialize ⇒ ExternalInterrupt
Returns a new instance of ExternalInterrupt.
14 15 16 |
# File 'lib/paradeiser/models/interrupt.rb', line 14 def initialize super(:external) end |