Class: Daemons::PidMem
Instance Attribute Summary collapse
-
#pid ⇒ Object
Returns the value of attribute pid.
Class Method Summary collapse
Methods inherited from Pid
#cleanup, dir, #exist?, #initialize, #running?, running?
Constructor Details
This class inherits a constructor from Daemons::Pid
Instance Attribute Details
#pid ⇒ Object
Returns the value of attribute pid.
7 8 9 |
# File 'lib/daemons/pidmem.rb', line 7 def pid @pid end |