module
Obsctl::Config::OptionalScalarStringConverter
Overview
The same leniency for optional fields, where a bare key: means absent.
Defined in:
obsctl/config/config_value.crClass Method Summary
- .from_yaml(ctx : YAML::ParseContext, node : YAML::Nodes::Node) : String | Nil
- .to_yaml(value : String | Nil, yaml : YAML::Nodes::Builder) : Nil
Class Method Detail
def self.from_yaml(ctx : YAML::ParseContext, node : YAML::Nodes::Node) : String | Nil
#