struct Obsctl::Config::ConfigInspector::Change

Defined in:

obsctl/config/config_inspector.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key : String, default_value : String | Nil, current_value : String | Nil) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(key _key = @key, default_value _default_value = @default_value, current_value _current_value = @current_value) #

[View source]
def current_value : String | Nil #

def default_value : String | Nil #

def key : String #

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

[View source]