Class: PhusionPassenger::AdminTools::ControlProcess::Instance

Inherits:
Object
  • Object
show all
Defined in:
lib/phusion_passenger/admin_tools/control_process.rb

Constant Summary collapse

INT_PROPERTIES =
[:pid, :sessions]

Instance Attribute Summary collapse

Instance Attribute Details

#pidObject

Returns the value of attribute pid.



35
36
37
# File 'lib/phusion_passenger/admin_tools/control_process.rb', line 35

def pid
  @pid
end

#sessionsObject

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_nameObject

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_typeObject

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

#uptimeObject

Returns the value of attribute uptime.



35
36
37
# File 'lib/phusion_passenger/admin_tools/control_process.rb', line 35

def uptime
  @uptime
end