Class: Kward::InteractivePtyRunner::Result
- Inherits:
-
Struct
- Object
- Struct
- Kward::InteractivePtyRunner::Result
- Defined in:
- lib/kward/interactive_pty_runner.rb
Instance Attribute Summary collapse
-
#exit_status ⇒ Object
Returns the value of attribute exit_status.
-
#input_forwarded ⇒ Object
Returns the value of attribute input_forwarded.
Instance Attribute Details
#exit_status ⇒ Object
Returns the value of attribute exit_status
13 14 15 |
# File 'lib/kward/interactive_pty_runner.rb', line 13 def exit_status @exit_status end |
#input_forwarded ⇒ Object
Returns the value of attribute input_forwarded
13 14 15 |
# File 'lib/kward/interactive_pty_runner.rb', line 13 def input_forwarded @input_forwarded end |