Class: Resqued::ListenerState
- Inherits:
-
Object
- Object
- Resqued::ListenerState
- Defined in:
- lib/resqued/listener_state.rb
Instance Attribute Summary collapse
-
#master_socket ⇒ Object
Returns the value of attribute master_socket.
-
#options ⇒ Object
Returns the value of attribute options.
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#worker_pids ⇒ Object
Returns the value of attribute worker_pids.
Instance Attribute Details
#master_socket ⇒ Object
Returns the value of attribute master_socket.
3 4 5 |
# File 'lib/resqued/listener_state.rb', line 3 def master_socket @master_socket end |
#options ⇒ Object
Returns the value of attribute options.
4 5 6 |
# File 'lib/resqued/listener_state.rb', line 4 def @options end |
#pid ⇒ Object
Returns the value of attribute pid.
5 6 7 |
# File 'lib/resqued/listener_state.rb', line 5 def pid @pid end |
#worker_pids ⇒ Object
Returns the value of attribute worker_pids.
6 7 8 |
# File 'lib/resqued/listener_state.rb', line 6 def worker_pids @worker_pids end |