Class: Paradeiser::ExternalInterrupt

Inherits:
Interrupt
  • Object
show all
Defined in:
lib/paradeiser/models/interrupt.rb

Constant Summary

Constants inherited from Interrupt

Interrupt::KNOWN_TYPES

Instance Attribute Summary

Attributes inherited from Interrupt

#created_at, #type

Instance Method Summary collapse

Constructor Details

#initializeExternalInterrupt

Returns a new instance of ExternalInterrupt.



14
15
16
# File 'lib/paradeiser/models/interrupt.rb', line 14

def initialize
  super(:external)
end