Class: Kward::ScratchpadRunner::Result
- Inherits:
-
Struct
- Object
- Struct
- Kward::ScratchpadRunner::Result
- Defined in:
- lib/kward/scratchpad_runner.rb
Instance Attribute Summary collapse
-
#cancelled ⇒ Object
Returns the value of attribute cancelled.
-
#command ⇒ Object
Returns the value of attribute command.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#exit_status ⇒ Object
Returns the value of attribute exit_status.
-
#language ⇒ Object
Returns the value of attribute language.
-
#output ⇒ Object
Returns the value of attribute output.
-
#truncated ⇒ Object
Returns the value of attribute truncated.
Instance Attribute Details
#cancelled ⇒ Object
Returns the value of attribute cancelled
31 32 33 |
# File 'lib/kward/scratchpad_runner.rb', line 31 def cancelled @cancelled end |
#command ⇒ Object
Returns the value of attribute command
31 32 33 |
# File 'lib/kward/scratchpad_runner.rb', line 31 def command @command end |
#duration ⇒ Object
Returns the value of attribute duration
31 32 33 |
# File 'lib/kward/scratchpad_runner.rb', line 31 def duration @duration end |
#exit_status ⇒ Object
Returns the value of attribute exit_status
31 32 33 |
# File 'lib/kward/scratchpad_runner.rb', line 31 def exit_status @exit_status end |
#language ⇒ Object
Returns the value of attribute language
31 32 33 |
# File 'lib/kward/scratchpad_runner.rb', line 31 def language @language end |
#output ⇒ Object
Returns the value of attribute output
31 32 33 |
# File 'lib/kward/scratchpad_runner.rb', line 31 def output @output end |
#truncated ⇒ Object
Returns the value of attribute truncated
31 32 33 |
# File 'lib/kward/scratchpad_runner.rb', line 31 def truncated @truncated end |