Skip to content
Kward Search API index

Class: Kward::ScratchpadRunner::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#cancelledObject

Returns the value of attribute cancelled

Returns:

  • (Object)

    the current value of cancelled



31
32
33
# File 'lib/kward/scratchpad_runner.rb', line 31

def cancelled
  @cancelled
end

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



31
32
33
# File 'lib/kward/scratchpad_runner.rb', line 31

def command
  @command
end

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



31
32
33
# File 'lib/kward/scratchpad_runner.rb', line 31

def duration
  @duration
end

#exit_statusObject

Returns the value of attribute exit_status

Returns:

  • (Object)

    the current value of exit_status



31
32
33
# File 'lib/kward/scratchpad_runner.rb', line 31

def exit_status
  @exit_status
end

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



31
32
33
# File 'lib/kward/scratchpad_runner.rb', line 31

def language
  @language
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



31
32
33
# File 'lib/kward/scratchpad_runner.rb', line 31

def output
  @output
end

#truncatedObject

Returns the value of attribute truncated

Returns:

  • (Object)

    the current value of truncated



31
32
33
# File 'lib/kward/scratchpad_runner.rb', line 31

def truncated
  @truncated
end