class NCTU::OJ::Execute

Included Modules

Defined in:

client/models/execute.cr

Constant Summary

EXTENSIONS = ["c", "cpp", "java", "py", "py"] of ::String

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def extension #

[View source]
def language_id : Int32 #

[View source]
def language_id=(language_id : Int32) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def problem_id : Int32 #

[View source]
def problem_id=(problem_id : Int32) #

[View source]