Class: Sevgi::Function::Shell::Signals::Entry Private
- Inherits:
-
Data
- Object
- Data
- Sevgi::Function::Shell::Signals::Entry
- 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
-
#pid ⇒ Object
readonly
Returns the value of attribute pid.
-
#runner ⇒ Object
readonly
Returns the value of attribute runner.
Instance Attribute Details
#pid ⇒ Object (readonly)
Returns the value of attribute pid
80 81 82 |
# File 'lib/sevgi/function/shell.rb', line 80 def pid @pid end |
#runner ⇒ Object (readonly)
Returns the value of attribute runner
80 81 82 |
# File 'lib/sevgi/function/shell.rb', line 80 def runner @runner end |