Class: VivlioStarter::CLI::DoctorCommands::ToolUpgrader::PlanEntry

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

Overview

計画 1 行分。action は :upgrade(更新あり)/ :current(最新)/ :missing(未導入→再診断の --fix 委譲で導入)/ :manual(対象外)

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject (readonly)

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



132
133
134
# File 'lib/vivlio_starter/cli/doctor/tool_upgrader.rb', line 132

def action
  @action
end

#currentObject (readonly)

Returns the value of attribute current

Returns:

  • (Object)

    the current value of current



132
133
134
# File 'lib/vivlio_starter/cli/doctor/tool_upgrader.rb', line 132

def current
  @current
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



132
133
134
# File 'lib/vivlio_starter/cli/doctor/tool_upgrader.rb', line 132

def kind
  @kind
end

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



132
133
134
# File 'lib/vivlio_starter/cli/doctor/tool_upgrader.rb', line 132

def label
  @label
end

#latestObject (readonly)

Returns the value of attribute latest

Returns:

  • (Object)

    the current value of latest



132
133
134
# File 'lib/vivlio_starter/cli/doctor/tool_upgrader.rb', line 132

def latest
  @latest
end

#noteObject (readonly)

Returns the value of attribute note

Returns:

  • (Object)

    the current value of note



132
133
134
# File 'lib/vivlio_starter/cli/doctor/tool_upgrader.rb', line 132

def note
  @note
end

#packageObject (readonly)

Returns the value of attribute package

Returns:

  • (Object)

    the current value of package



132
133
134
# File 'lib/vivlio_starter/cli/doctor/tool_upgrader.rb', line 132

def package
  @package
end