Class: VivlioStarter::CLI::UpgradeCommands::PlanItem
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::UpgradeCommands::PlanItem
- Defined in:
- lib/vivlio_starter/cli/upgrade.rb
Overview
計画表の 1 行。status: :add / :add_empty / :update / :conflict / :keep
Instance Attribute Summary collapse
-
#relative ⇒ Object
readonly
Returns the value of attribute relative.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#relative ⇒ Object (readonly)
Returns the value of attribute relative
45 46 47 |
# File 'lib/vivlio_starter/cli/upgrade.rb', line 45 def relative @relative end |
#status ⇒ Object (readonly)
Returns the value of attribute status
45 46 47 |
# File 'lib/vivlio_starter/cli/upgrade.rb', line 45 def status @status end |