Class: FactorySloth::SpecRunner::Result

Inherits:
Struct
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/factory_sloth/spec_runner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



15
16
17
# File 'lib/factory_sloth/spec_runner.rb', line 15

def output
  @output
end

#process_statusObject

Returns the value of attribute process_status

Returns:

  • (Object)

    the current value of process_status



15
16
17
# File 'lib/factory_sloth/spec_runner.rb', line 15

def process_status
  @process_status
end