class
Twurlrc::Parser
- Twurlrc::Parser
- Reference
- Object
Defined in:
lib/twurlrc.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node, _dummy : Nil)
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Instance Method Summary
- #configuration : Hash(String, Array(String))?
- #configuration=(_configuration : Union(Hash(String, Array(String)), Nil))
- #profiles : Hash(String, Hash(String, Hash(String, String)))?
- #profiles=(_profiles : Union(Hash(String, Hash(String, Hash(String, String))), Nil))
- #to_yaml(__temp_181 : YAML::Nodes::Builder)
Constructor Detail
Instance Method Detail
def profiles=(_profiles : Union(Hash(String, Hash(String, Hash(String, String))), Nil))
#