Sha256: aaf0f406676a53a159d20c52d0680782959c45fa7a3478da9445f577fbc55a9e
Contents?: true
Size: 350 Bytes
Versions: 30
Compression:
Stored size: 350 Bytes
Contents
module RecurringFrequencies RECURRING_FREQUENCIES = { 'one-time' => 130, 'weekly' => 132, 'bi-weekly' => 133, 'twice-a-month' => 134, '1st and 15th' => 779, '1st/15th' => 814, 'monthly' => 135, 'quarterly' => 153, 'twice a year' => 154, 'yearly' => 155 }.freeze end
Version data entries
30 entries across 30 versions & 1 rubygems