Class: RSpec::SleepMeasurement

Inherits:
Struct
  • Object
show all
Defined in:
sig/rspec/rewind.rbs

Instance Attribute Summary collapse

Instance Attribute Details

#actualNumeric

Returns the value of attribute actual.



334
335
336
# File 'sig/rspec/rewind.rbs', line 334

def actual
  @actual
end

#scheduledNumeric

Returns the value of attribute scheduled.



333
334
335
# File 'sig/rspec/rewind.rbs', line 333

def scheduled
  @scheduled
end