Class: Kward::ScratchpadRunner::Result
- Inherits:
-
Struct
- Object
- Struct
- Kward::ScratchpadRunner::Result
- Defined in:
- lib/kward/scratchpad_runner.rb
Instance Attribute Summary collapse
-
#buffer ⇒ Object
Returns the value of attribute buffer.
-
#exit_status ⇒ Object
Returns the value of attribute exit_status.
Instance Attribute Details
#buffer ⇒ Object
Returns the value of attribute buffer
11 12 13 |
# File 'lib/kward/scratchpad_runner.rb', line 11 def buffer @buffer end |
#exit_status ⇒ Object
Returns the value of attribute exit_status
11 12 13 |
# File 'lib/kward/scratchpad_runner.rb', line 11 def exit_status @exit_status end |