Module: Minitest::ResultMetadata
- Defined in:
- lib/minitest/queue.rb
Instance Attribute Summary collapse
-
#queue_entry ⇒ Object
Returns the value of attribute queue_entry.
-
#queue_id ⇒ Object
Returns the value of attribute queue_id.
Instance Attribute Details
#queue_entry ⇒ Object
Returns the value of attribute queue_entry.
111 112 113 |
# File 'lib/minitest/queue.rb', line 111 def queue_entry @queue_entry end |
#queue_id ⇒ Object
Returns the value of attribute queue_id.
111 112 113 |
# File 'lib/minitest/queue.rb', line 111 def queue_id @queue_id end |