struct Srcom::Run
- Srcom::Run
- Struct
- Value
- Object
Overview
Has shorthand methods to getting the resources that the Link
s in #links
point to.
Included Modules
- JSON::Serializable
Defined in:
srcr/mappings/run/run.crConstructors
Instance Method Summary
- #category : Category?
- #category=(category : Category?)
- #comment : String?
- #comment=(comment : String?)
- #date : Time?
- #date=(date : Time?)
- #examiner : User?
- #full_game : Game
- #game : SimpleGame
- #game=(game : SimpleGame)
- #id : String
- #id=(id : String)
- #level : Level?
- #level=(level : Level?)
- #links : Array(Link)
- #links=(links : Array(Link))
- #platform : Platform?
- #platform=(platform : Platform?)
- #players : Array(User | Guest)
- #players=(players : Array(User | Guest))
- #region : Region?
- #region=(region : Region?)
- #splits : Run::Splits?
- #splits=(splits : Run::Splits?)
- #status : Run::Status
- #status=(status : Run::Status)
- #submitted : Time?
- #submitted=(submitted : Time?)
- #system : Run::SimpleSystem
- #system=(system : Run::SimpleSystem)
- #times : Run::Times
- #times=(times : Run::Times)
- #values : Hash(String, String)
- #values=(values : Hash(String, String))
- #videos : Run::Videos?
- #videos=(videos : Run::Videos?)
- #weblink : String
- #weblink=(weblink : String)