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
137 138 139 |
# File 'lib/vivlio_starter/cli/doctor/tool_upgrader.rb', line 137 def entries @entries end |
Instance Method Details
#updates ⇒ Object
138 |
# File 'lib/vivlio_starter/cli/doctor/tool_upgrader.rb', line 138 def updates = entries.select { it.action == :upgrade } |