Class: FactorySloth::SpecRunner::Result
- Inherits:
-
Struct
- Object
- Struct
- FactorySloth::SpecRunner::Result
- Extended by:
- Forwardable
- Defined in:
- lib/factory_sloth/spec_runner.rb
Instance Attribute Summary collapse
-
#output ⇒ Object
Returns the value of attribute output.
-
#process_status ⇒ Object
Returns the value of attribute process_status.
Instance Attribute Details
#output ⇒ Object
Returns the value of attribute output
15 16 17 |
# File 'lib/factory_sloth/spec_runner.rb', line 15 def output @output end |
#process_status ⇒ Object
Returns the value of attribute process_status
15 16 17 |
# File 'lib/factory_sloth/spec_runner.rb', line 15 def process_status @process_status end |