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.
107 108 109 |
# File 'lib/minitest/queue.rb', line 107 def @finish_timestamp end |
#start_timestamp ⇒ Object
Returns the value of attribute start_timestamp.
107 108 109 |
# File 'lib/minitest/queue.rb', line 107 def @start_timestamp end |