Skip to content
Kward Search API index

Class: Kward::LocalCommandRunner::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#exit_statusObject

Returns the value of attribute exit_status

Returns:

  • (Object)

    the current value of exit_status



11
12
13
# File 'lib/kward/local_command_runner.rb', line 11

def exit_status
  @exit_status
end

#stderrObject

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



11
12
13
# File 'lib/kward/local_command_runner.rb', line 11

def stderr
  @stderr
end

#stdoutObject

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



11
12
13
# File 'lib/kward/local_command_runner.rb', line 11

def stdout
  @stdout
end

#timed_outObject

Returns the value of attribute timed_out

Returns:

  • (Object)

    the current value of timed_out



11
12
13
# File 'lib/kward/local_command_runner.rb', line 11

def timed_out
  @timed_out
end

#truncatedObject

Returns the value of attribute truncated

Returns:

  • (Object)

    the current value of truncated



11
12
13
# File 'lib/kward/local_command_runner.rb', line 11

def truncated
  @truncated
end