struct Srcom::Variable::Values::Value
- Srcom::Variable::Values::Value
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
srcr/mappings/variable/values/value.crConstructors
Instance Method Summary
-
#flags : Hash(String, Bool | Nil) | Nil
Right now the only defined flag is
miscellaneous
, which can betrue
,false
, ornil
. -
#flags=(flags : Hash(String, Bool | Nil) | Nil)
Right now the only defined flag is
miscellaneous
, which can betrue
,false
, ornil
. - #label : String
- #label=(label : String)
- #rules : String | Nil
- #rules=(rules : String | Nil)
Constructor Detail
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
.
def flags=(flags : Hash(String, Bool | Nil) | Nil)
#
Right now the only defined flag is miscellaneous
, which can be true
, false
, or nil
.