Class: RSpec::Multicore::Pool::Worker

Inherits:
Struct
  • Object
show all
Defined in:
lib/rspec/multicore/pool.rb

Instance Attribute Summary collapse

Instance Attribute Details

#assignedObject

Returns the value of attribute assigned

Returns:

  • (Object)

    the current value of assigned



7
8
9
# File 'lib/rspec/multicore/pool.rb', line 7

def assigned
  @assigned
end

#channelObject

Returns the value of attribute channel

Returns:

  • (Object)

    the current value of channel



7
8
9
# File 'lib/rspec/multicore/pool.rb', line 7

def channel
  @channel
end

#completedObject

Returns the value of attribute completed

Returns:

  • (Object)

    the current value of completed



7
8
9
# File 'lib/rspec/multicore/pool.rb', line 7

def completed
  @completed
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



7
8
9
# File 'lib/rspec/multicore/pool.rb', line 7

def pid
  @pid
end

#slotObject

Returns the value of attribute slot

Returns:

  • (Object)

    the current value of slot



7
8
9
# File 'lib/rspec/multicore/pool.rb', line 7

def slot
  @slot
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



7
8
9
# File 'lib/rspec/multicore/pool.rb', line 7

def status
  @status
end