Class: VivlioStarter::CLI::DoctorCommands::ToolUpgrader::Plan
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::DoctorCommands::ToolUpgrader::Plan
- Defined in:
- lib/vivlio_starter/cli/doctor/tool_upgrader.rb
Overview
更新計画(全ツール分の行を表示順で保持する)
Instance Attribute Summary collapse
-
#entries ⇒ Object
readonly
Returns the value of attribute entries.
Instance Method Summary collapse
Instance Attribute Details
#entries ⇒ Object (readonly)
Returns the value of attribute entries
135 136 137 |
# File 'lib/vivlio_starter/cli/doctor/tool_upgrader.rb', line 135 def entries @entries end |
Instance Method Details
#updates ⇒ Object
136 |
# File 'lib/vivlio_starter/cli/doctor/tool_upgrader.rb', line 136 def updates = entries.select { it.action == :upgrade } |