Class: RSpec::Conductor::ExampleStatusPersister::ExampleExecutionResultStub

Inherits:
Struct
  • Object
show all
Defined in:
lib/rspec/conductor/example_status_persister.rb

Instance Attribute Summary collapse

Instance Attribute Details

#run_timeObject

Returns the value of attribute run_time

Returns:

  • (Object)

    the current value of run_time



7
8
9
# File 'lib/rspec/conductor/example_status_persister.rb', line 7

def run_time
  @run_time
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



7
8
9
# File 'lib/rspec/conductor/example_status_persister.rb', line 7

def status
  @status
end