Srcom::Category
Inherits JSON::Serializable / Struct / Value / Object
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.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
game
Sourcegame=(game : SimpleGame)
Sourceid
Sourceid=(id : String)
Sourcelinks
Sourcelinks=(links : Array(Link))
Sourcemiscellaneous
Sourcemiscellaneous=(miscellaneous : Bool)
Sourcename
Sourcename=(name : String)
Sourceplayers
Sourceplayers=(players : Categories::Players)
Sourcerules
Sourcerules=(rules : String | Nil)
SourceGets all Runs completed in this Category.
type
Sourcetype=(type : String)
Sourcevariables
Sourcevariables=(variables : Array(Variable))
Sourceweblink
Sourceweblink=(weblink : String)
Source