Sha256: 74a5b1668a530f4cb67a5f4088c12a8cb88c299e5677407a2422132e84ef54d3
Contents?: true
Size: 217 Bytes
Versions: 5
Compression:
Stored size: 217 Bytes
Contents
module ReportsKit class Configuration attr_accessor :context_record_method, :first_day_of_week def initialize self.context_record_method = nil self.first_day_of_week = :sunday end end end
Version data entries
5 entries across 5 versions & 1 rubygems