Class: Daemons::PidMem
- Defined in:
- lib/gems/daemons-1.0.10/lib/daemons/pidmem.rb
Instance Attribute Summary collapse
-
#pid ⇒ Object
Returns the value of attribute pid.
Method Summary
Methods inherited from Pid
#cleanup, dir, #exist?, #initialize, 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/gems/daemons-1.0.10/lib/daemons/pidmem.rb', line 7 def pid @pid end |