Class: Rubino::CLI::Chat::BangShell::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubino/cli/chat/bang_shell.rb

Instance Attribute Summary collapse

Instance Attribute Details

#duration_msObject

Returns the value of attribute duration_ms

Returns:

  • (Object)

    the current value of duration_ms



46
47
48
# File 'lib/rubino/cli/chat/bang_shell.rb', line 46

def duration_ms
  @duration_ms
end

#exit_codeObject

Returns the value of attribute exit_code

Returns:

  • (Object)

    the current value of exit_code



46
47
48
# File 'lib/rubino/cli/chat/bang_shell.rb', line 46

def exit_code
  @exit_code
end

#interruptedObject

Returns the value of attribute interrupted

Returns:

  • (Object)

    the current value of interrupted



46
47
48
# File 'lib/rubino/cli/chat/bang_shell.rb', line 46

def interrupted
  @interrupted
end

#stderrObject

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



46
47
48
# File 'lib/rubino/cli/chat/bang_shell.rb', line 46

def stderr
  @stderr
end

#stdoutObject

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



46
47
48
# File 'lib/rubino/cli/chat/bang_shell.rb', line 46

def stdout
  @stdout
end