Class: RSpec::Conductor::ExampleStatusPersister::ExampleExecutionResultStub
- Inherits:
-
Struct
- Object
- Struct
- RSpec::Conductor::ExampleStatusPersister::ExampleExecutionResultStub
- Defined in:
- lib/rspec/conductor/example_status_persister.rb
Instance Attribute Summary collapse
-
#run_time ⇒ Object
Returns the value of attribute run_time.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#run_time ⇒ Object
Returns the value of attribute run_time
7 8 9 |
# File 'lib/rspec/conductor/example_status_persister.rb', line 7 def run_time @run_time end |
#status ⇒ Object
Returns the value of attribute status
7 8 9 |
# File 'lib/rspec/conductor/example_status_persister.rb', line 7 def status @status end |