Class: PhusionPassenger::AdminTools::ControlProcess::Instance
- Defined in:
- lib/phusion_passenger/admin_tools/control_process.rb
Constant Summary collapse
- INT_PROPERTIES =
[:pid, :sessions]
Instance Attribute Summary collapse
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#sessions ⇒ Object
Returns the value of attribute sessions.
-
#socket_name ⇒ Object
Returns the value of attribute socket_name.
-
#socket_type ⇒ Object
Returns the value of attribute socket_type.
-
#uptime ⇒ Object
Returns the value of attribute uptime.
Instance Attribute Details
#pid ⇒ Object
Returns the value of attribute pid.
35 36 37 |
# File 'lib/phusion_passenger/admin_tools/control_process.rb', line 35 def pid @pid end |
#sessions ⇒ Object
Returns the value of attribute sessions.
35 36 37 |
# File 'lib/phusion_passenger/admin_tools/control_process.rb', line 35 def sessions @sessions end |
#socket_name ⇒ Object
Returns the value of attribute socket_name.
35 36 37 |
# File 'lib/phusion_passenger/admin_tools/control_process.rb', line 35 def socket_name @socket_name end |
#socket_type ⇒ Object
Returns the value of attribute socket_type.
35 36 37 |
# File 'lib/phusion_passenger/admin_tools/control_process.rb', line 35 def socket_type @socket_type end |
#uptime ⇒ Object
Returns the value of attribute uptime.
35 36 37 |
# File 'lib/phusion_passenger/admin_tools/control_process.rb', line 35 def uptime @uptime end |