Class: Sevgi::Function::Shell::Signals::Entry Private

Inherits:
Data
  • Object
show all
Defined in:
lib/sevgi/function/shell.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Attribute Summary collapse

Instance Attribute Details

#pidObject (readonly)

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



80
81
82
# File 'lib/sevgi/function/shell.rb', line 80

def pid
  @pid
end

#runnerObject (readonly)

Returns the value of attribute runner

Returns:

  • (Object)

    the current value of runner



80
81
82
# File 'lib/sevgi/function/shell.rb', line 80

def runner
  @runner
end