struct Obsctl::Config::ConfigInspector::Entry

Defined in:

obsctl/config/config_inspector.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key : String, value : String, source : Source) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(key _key = @key, value _value = @value, source _source = @source) #

[View source]
def key : String #

def source : Source #

def to_json(json : JSON::Builder) : Nil #

[View source]
def value : String #