class NCTU::OJ::Submission
- NCTU::OJ::Submission
- Reference
- Object
Included Modules
- JSON::Serializable
Direct Known Subclasses
Defined in:
client/models/submission.crConstructors
Instance Method Summary
- #ac?(*args, **options)
- #ac?(*args, **options, &)
- #created_at : Time
- #created_at=(created_at : Time)
- #execute_id : Int32
- #execute_id=(execute_id : Int32)
- #id : Int32
- #id=(id : Int32)
- #length : Int32
- #length=(length : Int32)
- #memory_usage : Int32
- #memory_usage=(memory_usage : Int32)
- #memory_usage? : Int32 | Nil
- #pending?(*args, **options)
- #pending?(*args, **options, &)
- #problem_id : Int32
- #problem_id=(problem_id : Int32)
- #score : Int32
- #score=(score : Int32)
- #score? : Int32 | Nil
- #time_usage : Int32
- #time_usage=(time_usage : Int32)
- #time_usage? : Int32 | Nil
- #updated_at : Time
- #updated_at=(updated_at : Time)
- #user_id : Int32
- #user_id=(user_id : Int32)
- #verdict
- #verdict=(verdict : Verdict | Nil)
- #verdict_id : Int32
- #verdict_id=(verdict_id : Int32)