struct
Obsctl::Config::ConfigInspector::Change
- Obsctl::Config::ConfigInspector::Change
- Struct
- Value
- Object
Defined in:
obsctl/config/config_inspector.crConstructors
Instance Method Summary
- #clone
- #copy_with(key _key = @key, default_value _default_value = @default_value, current_value _current_value = @current_value)
- #current_value : String | Nil
- #default_value : String | Nil
- #key : String
- #to_json(json : JSON::Builder) : Nil
Constructor Detail
def self.new(key : String, default_value : String | Nil, current_value : String | Nil)
#
Instance Method Detail
def copy_with(key _key = @key, default_value _default_value = @default_value, current_value _current_value = @current_value)
#