Srcom::Run::Submission::Variable
Inherits JSON::Serializable / Struct / Value / Object
Constructors
new(type : String, value : String)
If the type is "user-defined" the value is whatever the user has defined; if the type
is pre-defined the value must be the ID of the Variable::Values::Value used.
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
type
Sourcetype=(type : String)
Sourcevalue
Sourcevalue=(value : String)
Source