Class BoxGrinder::InterruptionError
In: lib/boxgrinder-core/helpers/exec-helper.rb
lib/boxgrinder-core/helpers/exec-helper.rb
Parent: Interrupt

Methods

new   new  

Attributes

pid  [R] 
pid  [R] 

Public Class methods

[Source]

    # File lib/boxgrinder-core/helpers/exec-helper.rb, line 27
27:     def initialize(pid)
28:       @pid = pid
29:     end

[Source]

    # File lib/boxgrinder-core/helpers/exec-helper.rb, line 27
27:     def initialize(pid)
28:       @pid = pid
29:     end

[Validate]