Class: Tuxedo::Cli::CliResult
- Inherits:
-
Struct
- Object
- Struct
- Tuxedo::Cli::CliResult
- Defined in:
- lib/tuxedo/cli.rb
Instance Attribute Summary collapse
-
#exit_status ⇒ Object
Returns the value of attribute exit_status.
-
#stderr ⇒ Object
Returns the value of attribute stderr.
-
#stdout ⇒ Object
Returns the value of attribute stdout.
Instance Method Summary collapse
Instance Attribute Details
#exit_status ⇒ Object
Returns the value of attribute exit_status
3 4 5 |
# File 'lib/tuxedo/cli.rb', line 3 def exit_status @exit_status end |
#stderr ⇒ Object
Returns the value of attribute stderr
3 4 5 |
# File 'lib/tuxedo/cli.rb', line 3 def stderr @stderr end |
#stdout ⇒ Object
Returns the value of attribute stdout
3 4 5 |
# File 'lib/tuxedo/cli.rb', line 3 def stdout @stdout end |
Instance Method Details
#exit_code ⇒ Object
4 5 6 |
# File 'lib/tuxedo/cli.rb', line 4 def exit_code exit_status.exitstatus end |