struct Srcom::Run::Submission::Variable
- Srcom::Run::Submission::Variable
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
srcr/mappings/run/submission/submission_variable.crConstructors
-
.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)
Instance Method Summary
Constructor Detail
def self.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.