struct Srcom::Level
- Srcom::Level
- Struct
- Value
- Object
Overview
Has shorthand methods to getting the resources that the Link
s in #links
point to.
Does not cover the Link
s to Category
s and Variable
s, since those are already embedded.
Included Modules
- JSON::Serializable
Defined in:
srcr/mappings/level/level.crConstructors
Instance Method Summary
- #categories : Array(Category)
- #categories=(categories : Array(Category))
- #game : Game
- #id : String
- #id=(id : String)
- #links : Array(Link)
- #links=(links : Array(Link))
- #name : String
- #name=(name : String)
- #rules : String?
- #rules=(rules : String?)
- #runs(page_size : Int32 = 200) : Srcom::Api::PageIterator(Run)
- #variables : Array(Variable)
- #variables=(variables : Array(Variable))
- #weblink : String
- #weblink=(weblink : String)