struct Srcom::Run::Submission::Variable

Included Modules

Defined in:

srcr/mappings/run/submission/submission_variable.cr

Constructors

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.


[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def type : String #

[View source]
def type=(type : String) #

[View source]
def value : String #

[View source]
def value=(value : String) #

[View source]