Class: OpenSandbox::Execd::CodeInterpreter::CodeResult
- Inherits:
-
Data
- Object
- Data
- OpenSandbox::Execd::CodeInterpreter::CodeResult
- Defined in:
- lib/open_sandbox/execd/code_interpreter.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
readonly
Returns the value of attribute error.
-
#execution_count ⇒ Object
readonly
Returns the value of attribute execution_count.
-
#execution_time_ms ⇒ Object
readonly
Returns the value of attribute execution_time_ms.
-
#result ⇒ Object
readonly
Returns the value of attribute result.
-
#stderr ⇒ Object
readonly
Returns the value of attribute stderr.
-
#stdout ⇒ Object
readonly
Returns the value of attribute stdout.
Instance Attribute Details
#error ⇒ Object (readonly)
Returns the value of attribute error
8 9 10 |
# File 'lib/open_sandbox/execd/code_interpreter.rb', line 8 def error @error end |
#execution_count ⇒ Object (readonly)
Returns the value of attribute execution_count
8 9 10 |
# File 'lib/open_sandbox/execd/code_interpreter.rb', line 8 def execution_count @execution_count end |
#execution_time_ms ⇒ Object (readonly)
Returns the value of attribute execution_time_ms
8 9 10 |
# File 'lib/open_sandbox/execd/code_interpreter.rb', line 8 def execution_time_ms @execution_time_ms end |
#result ⇒ Object (readonly)
Returns the value of attribute result
8 9 10 |
# File 'lib/open_sandbox/execd/code_interpreter.rb', line 8 def result @result end |
#stderr ⇒ Object (readonly)
Returns the value of attribute stderr
8 9 10 |
# File 'lib/open_sandbox/execd/code_interpreter.rb', line 8 def stderr @stderr end |
#stdout ⇒ Object (readonly)
Returns the value of attribute stdout
8 9 10 |
# File 'lib/open_sandbox/execd/code_interpreter.rb', line 8 def stdout @stdout end |