Srcom::Level
Inherits JSON::Serializable / Struct / Value / Object
Has shorthand methods to getting the resources that the Links in #links point to.
Does not cover the Links to Categorys and Variables, since those are already embedded.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
categories
Sourcecategories=(categories : Array(Category))
Sourceid
Sourceid=(id : String)
Sourcelinks
Sourcelinks=(links : Array(Link))
Sourcename
Sourcename=(name : String)
Sourcerules
Sourcerules=(rules : String | Nil)
SourceGets all Runs completed for this Level.
variables
Sourcevariables=(variables : Array(Variable))
Sourceweblink
Sourceweblink=(weblink : String)
Source