Class: Crspec::ProcessRunner::Result
- Inherits:
-
Struct
- Object
- Struct
- Crspec::ProcessRunner::Result
- Defined in:
- lib/crspec/process_runner.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#error_backtrace ⇒ Object
Returns the value of attribute error_backtrace.
-
#error_class ⇒ Object
Returns the value of attribute error_class.
-
#error_message ⇒ Object
Returns the value of attribute error_message.
-
#execution_time ⇒ Object
Returns the value of attribute execution_time.
-
#persistence_key ⇒ Object
Returns the value of attribute persistence_key.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
15 16 17 |
# File 'lib/crspec/process_runner.rb', line 15 def description @description end |
#error_backtrace ⇒ Object
Returns the value of attribute error_backtrace
15 16 17 |
# File 'lib/crspec/process_runner.rb', line 15 def error_backtrace @error_backtrace end |
#error_class ⇒ Object
Returns the value of attribute error_class
15 16 17 |
# File 'lib/crspec/process_runner.rb', line 15 def error_class @error_class end |
#error_message ⇒ Object
Returns the value of attribute error_message
15 16 17 |
# File 'lib/crspec/process_runner.rb', line 15 def @error_message end |
#execution_time ⇒ Object
Returns the value of attribute execution_time
15 16 17 |
# File 'lib/crspec/process_runner.rb', line 15 def execution_time @execution_time end |
#persistence_key ⇒ Object
Returns the value of attribute persistence_key
15 16 17 |
# File 'lib/crspec/process_runner.rb', line 15 def persistence_key @persistence_key end |
#status ⇒ Object
Returns the value of attribute status
15 16 17 |
# File 'lib/crspec/process_runner.rb', line 15 def status @status end |