struct

Hwaro::Services::Doctor::FixSummary

Inherits JSON::Serializable / Struct / Value / Object

Outcome of fix_config. dry_run = true populates the same fields without writing, so the CLI can show a preview.

Constructors

new(sections_added : Array(String) = [] of String, value_fixes : Array(ValueFix) = [] of ValueFix, dry_run : Bool = false)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

clone
Source
copy_with(sections_added _sections_added = @sections_added, value_fixes _value_fixes = @value_fixes, dry_run _dry_run = @dry_run)
Source
dry_run
empty?
Source
sections_added
value_fixes