Class: Dev::EndOfLife::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/firespring_dev_commands/eol.rb

Overview

Config object for setting top level git config options

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfig

Returns a new instance of Config.



9
10
11
12
# File 'lib/firespring_dev_commands/eol.rb', line 9

def initialize
  self.product_versions = []
  self.manual_dates = {}
end

Instance Attribute Details

#manual_datesObject

Returns the value of attribute manual_dates

Returns:

  • (Object)

    the current value of manual_dates



8
9
10
# File 'lib/firespring_dev_commands/eol.rb', line 8

def manual_dates
  @manual_dates
end

#product_versionsObject

Returns the value of attribute product_versions

Returns:

  • (Object)

    the current value of product_versions



8
9
10
# File 'lib/firespring_dev_commands/eol.rb', line 8

def product_versions
  @product_versions
end