Class: RSpec::Rewind::SleepMeasurement

Inherits:
Struct
  • Object
show all
Defined in:
lib/rspec/rewind/retry_transition.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actualObject

Returns the value of attribute actual

Returns:

  • (Object)

    the current value of actual



5
6
7
# File 'lib/rspec/rewind/retry_transition.rb', line 5

def actual
  @actual
end

#scheduledObject

Returns the value of attribute scheduled

Returns:

  • (Object)

    the current value of scheduled



5
6
7
# File 'lib/rspec/rewind/retry_transition.rb', line 5

def scheduled
  @scheduled
end