Class: CliTester::CommandResult
- Inherits:
-
Object
- Object
- CliTester::CommandResult
- Defined in:
- lib/cli_tester.rb
Instance Attribute Summary collapse
-
#cmd ⇒ Object
Returns the value of attribute cmd.
-
#error ⇒ Object
Returns the value of attribute error.
-
#exit_code ⇒ Object
Returns the value of attribute exit_code.
-
#stderr ⇒ Object
Returns the value of attribute stderr.
-
#stdout ⇒ Object
Returns the value of attribute stdout.
Instance Attribute Details
#cmd ⇒ Object
Returns the value of attribute cmd.
29 30 31 |
# File 'lib/cli_tester.rb', line 29 def cmd @cmd end |
#error ⇒ Object
Returns the value of attribute error.
29 30 31 |
# File 'lib/cli_tester.rb', line 29 def error @error end |
#exit_code ⇒ Object
Returns the value of attribute exit_code.
29 30 31 |
# File 'lib/cli_tester.rb', line 29 def exit_code @exit_code end |
#stderr ⇒ Object
Returns the value of attribute stderr.
29 30 31 |
# File 'lib/cli_tester.rb', line 29 def stderr @stderr end |
#stdout ⇒ Object
Returns the value of attribute stdout.
29 30 31 |
# File 'lib/cli_tester.rb', line 29 def stdout @stdout end |