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