Skip to content
Kward Search API index

Class: Kward::InteractivePtyRunner::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/kward/pty/interactive_runner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#backgroundObject

Returns the value of attribute background

Returns:

  • (Object)

    the current value of background



14
15
16
# File 'lib/kward/pty/interactive_runner.rb', line 14

def background
  @background
end

#exit_statusObject

Returns the value of attribute exit_status

Returns:

  • (Object)

    the current value of exit_status



14
15
16
# File 'lib/kward/pty/interactive_runner.rb', line 14

def exit_status
  @exit_status
end

#input_forwardedObject

Returns the value of attribute input_forwarded

Returns:

  • (Object)

    the current value of input_forwarded



14
15
16
# File 'lib/kward/pty/interactive_runner.rb', line 14

def input_forwarded
  @input_forwarded
end

#tab_actionObject

Returns the value of attribute tab_action

Returns:

  • (Object)

    the current value of tab_action



14
15
16
# File 'lib/kward/pty/interactive_runner.rb', line 14

def tab_action
  @tab_action
end