Class: Kward::Ekwsh::Result
- Inherits:
-
Struct
- Object
- Struct
- Kward::Ekwsh::Result
- Defined in:
- lib/kward/ekwsh.rb
Instance Attribute Summary collapse
-
#clear ⇒ Object
Returns the value of attribute clear.
-
#exit_shell ⇒ Object
Returns the value of attribute exit_shell.
-
#exit_status ⇒ Object
Returns the value of attribute exit_status.
-
#interactive_command ⇒ Object
Returns the value of attribute interactive_command.
-
#open_editor_path ⇒ Object
Returns the value of attribute open_editor_path.
-
#output ⇒ Object
Returns the value of attribute output.
-
#streamed ⇒ Object
Returns the value of attribute streamed.
Instance Attribute Details
#clear ⇒ Object
Returns the value of attribute clear
14 15 16 |
# File 'lib/kward/ekwsh.rb', line 14 def clear @clear end |
#exit_shell ⇒ Object
Returns the value of attribute exit_shell
14 15 16 |
# File 'lib/kward/ekwsh.rb', line 14 def exit_shell @exit_shell end |
#exit_status ⇒ Object
Returns the value of attribute exit_status
14 15 16 |
# File 'lib/kward/ekwsh.rb', line 14 def exit_status @exit_status end |
#interactive_command ⇒ Object
Returns the value of attribute interactive_command
14 15 16 |
# File 'lib/kward/ekwsh.rb', line 14 def interactive_command @interactive_command end |
#open_editor_path ⇒ Object
Returns the value of attribute open_editor_path
14 15 16 |
# File 'lib/kward/ekwsh.rb', line 14 def open_editor_path @open_editor_path end |
#output ⇒ Object
Returns the value of attribute output
14 15 16 |
# File 'lib/kward/ekwsh.rb', line 14 def output @output end |
#streamed ⇒ Object
Returns the value of attribute streamed
14 15 16 |
# File 'lib/kward/ekwsh.rb', line 14 def streamed @streamed end |