Class: VivlioStarter::CLI::DoctorCommands::ConfigSalvager::Result
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::DoctorCommands::ConfigSalvager::Result
- Defined in:
- lib/vivlio_starter/cli/doctor/config_salvager.rb
Overview
サルベージの成果物。
Class Attribute Summary collapse
-
.content ⇒ Object
readonly
復元ファイルへ書き込む全文.
-
.notes ⇒ Object
readonly
要約の下にインデント表示する補足行の配列.
-
.summary ⇒ Object
readonly
✅ 行に表示する要約(要確認の明示込み).
Class Attribute Details
.content ⇒ Object (readonly)
復元ファイルへ書き込む全文
35 |
# File 'lib/vivlio_starter/cli/doctor/config_salvager.rb', line 35 Result = Data.define(:content, :summary, :notes) |
.notes ⇒ Object (readonly)
要約の下にインデント表示する補足行の配列
35 |
# File 'lib/vivlio_starter/cli/doctor/config_salvager.rb', line 35 Result = Data.define(:content, :summary, :notes) |
.summary ⇒ Object (readonly)
✅ 行に表示する要約(要確認の明示込み)
35 |
# File 'lib/vivlio_starter/cli/doctor/config_salvager.rb', line 35 Result = Data.define(:content, :summary, :notes) |