class NCTU::OJ::TestDatum
- NCTU::OJ::TestDatum
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
client/models/test_datum.crConstructors
Instance Method Summary
- #created_at : Time
- #created_at=(created_at : Time)
- #id : Int32
- #id=(id : Int32)
- #memory_limit : Int32
- #memory_limit=(memory_limit : Int32)
- #output_limit : Int32
- #output_limit=(output_limit : Int32)
- #problem_id : Int32
- #problem_id=(problem_id : Int32)
- #sample : Bool
- #sample=(sample : Bool)
- #score : Int32
- #score=(score : Int32)
- #time_limit : Int32
- #time_limit=(time_limit : Int32)
- #updated_at : Time
- #updated_at=(updated_at : Time)