Class: OpenSandbox::Execd::CodeInterpreter::Context
- Inherits:
-
Data
- Object
- Data
- OpenSandbox::Execd::CodeInterpreter::Context
- Defined in:
- lib/open_sandbox/execd/code_interpreter.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#language ⇒ Object
readonly
Returns the value of attribute language.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/open_sandbox/execd/code_interpreter.rb', line 9 def id @id end |
#language ⇒ Object (readonly)
Returns the value of attribute language
9 10 11 |
# File 'lib/open_sandbox/execd/code_interpreter.rb', line 9 def language @language end |