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
12 13 14 |
# File 'lib/kward/interactive_pty_runner.rb', line 12 def exit_status @exit_status end |
#input_forwarded ⇒ Object
Returns the value of attribute input_forwarded
12 13 14 |
# File 'lib/kward/interactive_pty_runner.rb', line 12 def input_forwarded @input_forwarded end |