struct Srcom::Variable::Values::Value

Included Modules

Defined in:

srcr/mappings/variable/values/value.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def flags : Hash(String, Bool | Nil) | Nil #

Right now the only defined flag is miscellaneous, which can be true, false, or nil.


[View source]
def flags=(flags : Hash(String, Bool | Nil) | Nil) #

Right now the only defined flag is miscellaneous, which can be true, false, or nil.


[View source]
def label : String #

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

[View source]
def rules : String | Nil #

[View source]
def rules=(rules : String | Nil) #

[View source]