Class: Resqued::ListenerState

Inherits:
Object
  • Object
show all
Defined in:
lib/resqued/listener_state.rb

Instance Attribute Summary collapse

Instance Attribute Details

#master_socketObject

Returns the value of attribute master_socket.



3
4
5
# File 'lib/resqued/listener_state.rb', line 3

def master_socket
  @master_socket
end

#optionsObject

Returns the value of attribute options.



4
5
6
# File 'lib/resqued/listener_state.rb', line 4

def options
  @options
end

#pidObject

Returns the value of attribute pid.



5
6
7
# File 'lib/resqued/listener_state.rb', line 5

def pid
  @pid
end

#worker_pidsObject

Returns the value of attribute worker_pids.



6
7
8
# File 'lib/resqued/listener_state.rb', line 6

def worker_pids
  @worker_pids
end