Class: Delayed::WorkQueue::ParentProcess::Server::ClientState
- Inherits:
-
Struct
- Object
- Struct
- Delayed::WorkQueue::ParentProcess::Server::ClientState
- Defined in:
- lib/delayed/work_queue/parent_process/server.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#socket ⇒ Object
Returns the value of attribute socket.
-
#working ⇒ Object
Returns the value of attribute working.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
281 282 283 |
# File 'lib/delayed/work_queue/parent_process/server.rb', line 281 def name @name end |
#socket ⇒ Object
Returns the value of attribute socket
281 282 283 |
# File 'lib/delayed/work_queue/parent_process/server.rb', line 281 def socket @socket end |
#working ⇒ Object
Returns the value of attribute working
281 282 283 |
# File 'lib/delayed/work_queue/parent_process/server.rb', line 281 def working @working end |