class BoxGrinder::InterruptionError

Attributes

pid[R]

Public Class Methods

new(pid) click to toggle source
# File lib/boxgrinder-core/helpers/exec-helper.rb, line 27
def initialize(pid)
  @pid = pid
end