Sha256: bc7a18c77eee0ab4569027971de8d1a9cdb866f803440e587061f42ebf5c99bc

Contents?: true

Size: 242 Bytes

Versions: 6

Compression:

Stored size: 242 Bytes

Contents

module MerchCalendar
  # @note WARNING: THIS IS NOT BEING USED YET
  class Configuration

    # The JULIAN month of the quarter start
    attr_accessor :quarter_start_month

    def initialize
      @quarter_start_month = 8
    end

  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
merch_calendar-0.1.0.rc1 lib/merch_calendar/configuration.rb
merch_calendar-0.0.5 lib/merch_calendar/configuration.rb
merch_calendar-0.0.5.rc1 lib/merch_calendar/configuration.rb
merch_calendar-0.0.4 lib/merch_calendar/configuration.rb
merch_calendar-0.0.3 lib/merch_calendar/configuration.rb
merch_calendar-0.0.1 lib/merch_calendar/configuration.rb