struct

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.

Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

type
Source
type=(type : String)
Source
value
Source
value=(value : String)
Source