Class: Kward::PersistentShellSession::InteractiveResult
- Inherits:
-
Struct
- Object
- Struct
- Kward::PersistentShellSession::InteractiveResult
- Defined in:
- lib/kward/persistent_shell_session.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
19 20 21 |
# File 'lib/kward/persistent_shell_session.rb', line 19 def background @background end |
#exit_status ⇒ Object
Returns the value of attribute exit_status
19 20 21 |
# File 'lib/kward/persistent_shell_session.rb', line 19 def exit_status @exit_status end |
#input_forwarded ⇒ Object
Returns the value of attribute input_forwarded
19 20 21 |
# File 'lib/kward/persistent_shell_session.rb', line 19 def input_forwarded @input_forwarded end |
#tab_action ⇒ Object
Returns the value of attribute tab_action
19 20 21 |
# File 'lib/kward/persistent_shell_session.rb', line 19 def tab_action @tab_action end |