class NCTU::OJ::Submission

Included Modules

Direct Known Subclasses

Defined in:

client/models/submission.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def ac?(*args, **options) #

[View source]
def ac?(*args, **options, &) #

[View source]
def created_at : Time #

[View source]
def created_at=(created_at : Time) #

[View source]
def execute_id : Int32 #

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

[View source]
def id : Int32 #

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

[View source]
def length : Int32 #

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

[View source]
def memory_usage : Int32 #

def memory_usage=(memory_usage : Int32) #

[View source]
def memory_usage? : Int32 | Nil #

def pending?(*args, **options) #

[View source]
def pending?(*args, **options, &) #

[View source]
def problem_id : Int32 #

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

[View source]
def score : Int32 #

def score=(score : Int32) #

[View source]
def score? : Int32 | Nil #

def time_usage : Int32 #

def time_usage=(time_usage : Int32) #

[View source]
def time_usage? : Int32 | Nil #

def updated_at : Time #

[View source]
def updated_at=(updated_at : Time) #

[View source]
def user_id : Int32 #

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

[View source]
def verdict #

[View source]
def verdict=(verdict : Verdict | Nil) #

[View source]
def verdict_id : Int32 #

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

[View source]