struct

Hwaro::Services::Doctor::ValueFix

Inherits JSON::Serializable / Struct / Value / Object

A surgical edit --fix applied to an existing config value. Distinct from "section appends" because it modifies the user's real configuration rather than adding commented documentation.

Constructors

new(field : String, before : String, after : String)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

after
before
clone
Source
copy_with(field _field = @field, before _before = @before, after _after = @after)
Source
field