Class: VivlioStarter::CLI::UpgradeCommands::PlanItem

Inherits:
Data
  • Object
show all
Defined in:
lib/vivlio_starter/cli/upgrade.rb

Overview

計画表の 1 行。status: :add / :add_empty / :update / :conflict / :keep

Instance Attribute Summary collapse

Instance Attribute Details

#relativeObject (readonly)

Returns the value of attribute relative

Returns:

  • (Object)

    the current value of relative



45
46
47
# File 'lib/vivlio_starter/cli/upgrade.rb', line 45

def relative
  @relative
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



45
46
47
# File 'lib/vivlio_starter/cli/upgrade.rb', line 45

def status
  @status
end