class NCTU::OJ::Problem
- NCTU::OJ::Problem
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
client/models/problem.crConstructors
Instance Method Summary
- #created_at : Time
- #created_at=(created_at : Time)
- #group_read : Bool
- #group_read=(group_read : Bool)
- #group_write : Bool
- #group_write=(group_write : Bool)
- #id : Int32
- #id=(id : Int32)
- #source : String
- #source=(source : String)
- #status : Int32
- #status=(status : Int32)
- #title : String
- #title=(title : String)
- #updated_at : Time
- #updated_at=(updated_at : Time)
- #user_id : Int32
- #user_id=(user_id : Int32)
- #visible : Bool
- #visible=(visible : Bool)