Class: RSpec::SleepMeasurement
- Inherits:
-
Struct
- Object
- Struct
- RSpec::SleepMeasurement
- Defined in:
- sig/rspec/rewind.rbs
Instance Attribute Summary collapse
-
#actual ⇒ Numeric
Returns the value of attribute actual.
-
#scheduled ⇒ Numeric
Returns the value of attribute scheduled.
Instance Attribute Details
#actual ⇒ Numeric
Returns the value of attribute actual.
334 335 336 |
# File 'sig/rspec/rewind.rbs', line 334 def actual @actual end |
#scheduled ⇒ Numeric
Returns the value of attribute scheduled.
333 334 335 |
# File 'sig/rspec/rewind.rbs', line 333 def scheduled @scheduled end |