Class: VivlioStarter::CLI::DoctorCommands::ToolUpgrader::PlanEntry
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::DoctorCommands::ToolUpgrader::PlanEntry
- Defined in:
- lib/vivlio_starter/cli/doctor/tool_upgrader.rb
Overview
計画 1 行分。action は :upgrade(更新あり)/ :current(最新)/ :missing(未導入→再診断の --fix 委譲で導入)/ :manual(対象外)
Instance Attribute Summary collapse
-
#action ⇒ Object
readonly
Returns the value of attribute action.
-
#current ⇒ Object
readonly
Returns the value of attribute current.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#latest ⇒ Object
readonly
Returns the value of attribute latest.
-
#note ⇒ Object
readonly
Returns the value of attribute note.
-
#package ⇒ Object
readonly
Returns the value of attribute package.
Instance Attribute Details
#action ⇒ Object (readonly)
Returns the value of attribute action
132 133 134 |
# File 'lib/vivlio_starter/cli/doctor/tool_upgrader.rb', line 132 def action @action end |
#current ⇒ Object (readonly)
Returns the value of attribute current
132 133 134 |
# File 'lib/vivlio_starter/cli/doctor/tool_upgrader.rb', line 132 def current @current end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
132 133 134 |
# File 'lib/vivlio_starter/cli/doctor/tool_upgrader.rb', line 132 def kind @kind end |
#label ⇒ Object (readonly)
Returns the value of attribute label
132 133 134 |
# File 'lib/vivlio_starter/cli/doctor/tool_upgrader.rb', line 132 def label @label end |
#latest ⇒ Object (readonly)
Returns the value of attribute latest
132 133 134 |
# File 'lib/vivlio_starter/cli/doctor/tool_upgrader.rb', line 132 def latest @latest end |
#note ⇒ Object (readonly)
Returns the value of attribute note
132 133 134 |
# File 'lib/vivlio_starter/cli/doctor/tool_upgrader.rb', line 132 def note @note end |
#package ⇒ Object (readonly)
Returns the value of attribute package
132 133 134 |
# File 'lib/vivlio_starter/cli/doctor/tool_upgrader.rb', line 132 def package @package end |