class Configuration::NodeLabel

Included Modules

Defined in:

configuration/node_label.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def key : String | Nil #

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

[View source]
def value : String | Nil #

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

[View source]