Class: RSpec::Rewind::SleepMeasurement
- Inherits:
-
Struct
- Object
- Struct
- RSpec::Rewind::SleepMeasurement
- Defined in:
- lib/rspec/rewind/retry_transition.rb
Instance Attribute Summary collapse
-
#actual ⇒ Object
Returns the value of attribute actual.
-
#scheduled ⇒ Object
Returns the value of attribute scheduled.
Instance Attribute Details
#actual ⇒ Object
Returns the value of attribute actual
5 6 7 |
# File 'lib/rspec/rewind/retry_transition.rb', line 5 def actual @actual end |
#scheduled ⇒ Object
Returns the value of attribute scheduled
5 6 7 |
# File 'lib/rspec/rewind/retry_transition.rb', line 5 def scheduled @scheduled end |