Class: TurboTests::Shim::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/turbo_tests/shim.rb

Instance Attribute Summary collapse

Instance Attribute Details

#exit_codeObject

Returns the value of attribute exit_code

Returns:

  • (Object)

    the current value of exit_code



5
6
7
# File 'lib/turbo_tests/shim.rb', line 5

def exit_code
  @exit_code
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



5
6
7
# File 'lib/turbo_tests/shim.rb', line 5

def message
  @message
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



5
6
7
# File 'lib/turbo_tests/shim.rb', line 5

def path
  @path
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



5
6
7
# File 'lib/turbo_tests/shim.rb', line 5

def status
  @status
end