class NCTU::OJ::TestDatum

Included Modules

Defined in:

client/models/test_datum.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def created_at : Time #

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

[View source]
def id : Int32 #

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

[View source]
def memory_limit : Int32 #

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

[View source]
def output_limit : Int32 #

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

[View source]
def problem_id : Int32 #

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

[View source]
def sample : Bool #

[View source]
def sample=(sample : Bool) #

[View source]
def score : Int32 #

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

[View source]
def time_limit : Int32 #

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

[View source]
def updated_at : Time #

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

[View source]