class NCTU::OJ::Submission::Detailed

Defined in:

client/models/submission.cr

Constructors

Instance Method Summary

Instance methods inherited from class NCTU::OJ::Submission

ac?(*args, **options)
ac?(*args, **options, &)
ac?
, created_at : Time created_at, created_at=(created_at : Time) created_at=, execute_id : Int32 execute_id, execute_id=(execute_id : Int32) execute_id=, id : Int32 id, id=(id : Int32) id=, length : Int32 length, length=(length : Int32) length=, memory_usage : Int32 memory_usage, memory_usage=(memory_usage : Int32) memory_usage=, memory_usage? : Int32 | Nil memory_usage?, pending?(*args, **options)
pending?(*args, **options, &)
pending?
, problem_id : Int32 problem_id, problem_id=(problem_id : Int32) problem_id=, score : Int32 score, score=(score : Int32) score=, score? : Int32 | Nil score?, time_usage : Int32 time_usage, time_usage=(time_usage : Int32) time_usage=, time_usage? : Int32 | Nil time_usage?, updated_at : Time updated_at, updated_at=(updated_at : Time) updated_at=, user_id : Int32 user_id, user_id=(user_id : Int32) user_id=, verdict verdict, verdict=(verdict : Verdict | Nil) verdict=, verdict_id : Int32 verdict_id, verdict_id=(verdict_id : Int32) verdict_id=

Constructor methods inherited from class NCTU::OJ::Submission

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]

Instance Method Detail

def filename : String #

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

[View source]
def ip : String #

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

[View source]