struct Srcom::Variable::Values

Included Modules

Defined in:

srcr/mappings/variable/values/values.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def _note : String? #

DEPRECATED This field is no longer actively used by speedrun.com and only present for legacy purposes


[View source]
def _note=(_note : String?) #

DEPRECATED This field is no longer actively used by speedrun.com and only present for legacy purposes


[View source]
def choices : Hash(String, String)? #

DEPRECATED This field is no longer actively used by speedrun.com and only present for legacy purposes


[View source]
def choices=(choices : Hash(String, String)?) #

DEPRECATED This field is no longer actively used by speedrun.com and only present for legacy purposes


[View source]
def default : String? #

[View source]
def default=(default : String?) #

[View source]
def values : Hash(String, Variable::Values::Value) #

Value ID => Value


[View source]
def values=(values : Hash(String, Variable::Values::Value)) #

Value ID => Value


[View source]