struct Srcom::Category
- Srcom::Category
 - Struct
 - Value
 - Object
 
Overview
Has shorthand methods to getting the resources that the Links in #links point to.
Does not cover the Link to get the applicable Variables, since those are already embedded.
Included Modules
- JSON::Serializable
 
Defined in:
srcr/mappings/category/category.crConstructors
Instance Method Summary
- #full_game : Game
 - #game : SimpleGame
 - #game=(game : SimpleGame)
 - #id : String
 - #id=(id : String)
 - #links : Array(Link)
 - #links=(links : Array(Link))
 - #miscellaneous : Bool
 - #miscellaneous=(miscellaneous : Bool)
 - #name : String
 - #name=(name : String)
 - #players : Categories::Players
 - #players=(players : Categories::Players)
 - #rules : String?
 - #rules=(rules : String?)
 - #runs(page_size : Int32 = 200) : Srcom::Api::PageIterator(Run)
 - #type : String
 - #type=(type : String)
 - #variables : Array(Variable)
 - #variables=(variables : Array(Variable))
 - #weblink : String
 - #weblink=(weblink : String)