Class: ThreadPool::Job

Inherits:
Struct
  • Object
show all
Defined in:
lib/filbunke/thread_pool.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



6
7
8
# File 'lib/filbunke/thread_pool.rb', line 6

def args
  @args
end

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



6
7
8
# File 'lib/filbunke/thread_pool.rb', line 6

def block
  @block
end