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