module Period::BelongsTo::Quarter
@author Lucas Billaudot <billau_l@modulotech.fr> @note when include this module provide access to the quarter of the FreePeriod
Public Instance Methods
quarter()
click to toggle source
# File lib/period/belongs_to/quarter.rb, line 7 def quarter Period::Quarter.new(iso_date) end