class Glassy::Kernel::ServiceYamlParser::YamlFile

Included Modules

Defined in:

glassy-kernel/service_yaml_parser/yaml_file.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def services : Hash(String, ServiceDefinition) #

[View source]
def services=(services : Hash(String, ServiceDefinition)) #

[View source]
def tags : Hash(String, TagDefinition) | Nil #

[View source]
def tags=(tags : Hash(String, TagDefinition) | Nil) #

[View source]