Module: Minitest::WithTimestamps
- Defined in:
- lib/minitest/queue.rb
Instance Attribute Summary collapse
-
#finish_timestamp ⇒ Object
Returns the value of attribute finish_timestamp.
-
#start_timestamp ⇒ Object
Returns the value of attribute start_timestamp.
Instance Attribute Details
#finish_timestamp ⇒ Object
Returns the value of attribute finish_timestamp.
106 107 108 |
# File 'lib/minitest/queue.rb', line 106 def @finish_timestamp end |
#start_timestamp ⇒ Object
Returns the value of attribute start_timestamp.
106 107 108 |
# File 'lib/minitest/queue.rb', line 106 def @start_timestamp end |