Class: RSpec::Multicore::Pool::Worker
- Inherits:
-
Struct
- Object
- Struct
- RSpec::Multicore::Pool::Worker
- Defined in:
- lib/rspec/multicore/pool.rb
Instance Attribute Summary collapse
-
#assigned ⇒ Object
Returns the value of attribute assigned.
-
#channel ⇒ Object
Returns the value of attribute channel.
-
#completed ⇒ Object
Returns the value of attribute completed.
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#slot ⇒ Object
Returns the value of attribute slot.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#assigned ⇒ Object
Returns the value of attribute assigned
7 8 9 |
# File 'lib/rspec/multicore/pool.rb', line 7 def assigned @assigned end |
#channel ⇒ Object
Returns the value of attribute channel
7 8 9 |
# File 'lib/rspec/multicore/pool.rb', line 7 def channel @channel end |
#completed ⇒ Object
Returns the value of attribute completed
7 8 9 |
# File 'lib/rspec/multicore/pool.rb', line 7 def completed @completed end |
#pid ⇒ Object
Returns the value of attribute pid
7 8 9 |
# File 'lib/rspec/multicore/pool.rb', line 7 def pid @pid end |
#slot ⇒ Object
Returns the value of attribute slot
7 8 9 |
# File 'lib/rspec/multicore/pool.rb', line 7 def slot @slot end |
#status ⇒ Object
Returns the value of attribute status
7 8 9 |
# File 'lib/rspec/multicore/pool.rb', line 7 def status @status end |