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

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

Instance Attribute Summary collapse

Instance Attribute Details

#workingObject

Returns the value of attribute working

Returns:

  • (Object)

    the current value of working



176
177
178
# File 'lib/delayed/work_queue/parent_process.rb', line 176

def working
  @working
end