Class: TurboTests::Shim::Result
- Inherits:
-
Struct
- Object
- Struct
- TurboTests::Shim::Result
- Defined in:
- lib/turbo_tests/shim.rb
Instance Attribute Summary collapse
-
#exit_code ⇒ Object
Returns the value of attribute exit_code.
-
#message ⇒ Object
Returns the value of attribute message.
-
#path ⇒ Object
Returns the value of attribute path.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#exit_code ⇒ Object
Returns the value of attribute exit_code
5 6 7 |
# File 'lib/turbo_tests/shim.rb', line 5 def exit_code @exit_code end |
#message ⇒ Object
Returns the value of attribute message
5 6 7 |
# File 'lib/turbo_tests/shim.rb', line 5 def @message end |
#path ⇒ Object
Returns the value of attribute path
5 6 7 |
# File 'lib/turbo_tests/shim.rb', line 5 def path @path end |
#status ⇒ Object
Returns the value of attribute status
5 6 7 |
# File 'lib/turbo_tests/shim.rb', line 5 def status @status end |