Class: Delayed::WorkQueue::ParentProcess::Server::ClientState

Inherits:
Struct
  • Object
show all
Defined in:
lib/delayed/work_queue/parent_process/server.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



239
240
241
# File 'lib/delayed/work_queue/parent_process/server.rb', line 239

def name
  @name
end

#socketObject

Returns the value of attribute socket

Returns:

  • (Object)

    the current value of socket



239
240
241
# File 'lib/delayed/work_queue/parent_process/server.rb', line 239

def socket
  @socket
end

#workingObject

Returns the value of attribute working

Returns:

  • (Object)

    the current value of working



239
240
241
# File 'lib/delayed/work_queue/parent_process/server.rb', line 239

def working
  @working
end