Class: OpenSandbox::Execd::CodeInterpreter::Context

Inherits:
Data
  • Object
show all
Defined in:
lib/open_sandbox/execd/code_interpreter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/open_sandbox/execd/code_interpreter.rb', line 9

def id
  @id
end

#languageObject (readonly)

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



9
10
11
# File 'lib/open_sandbox/execd/code_interpreter.rb', line 9

def language
  @language
end