module Period::BelongsTo::Month

@author Lucas Billaudot <billau_l@modulotech.fr> @note when include this module provide access to the month of the FreePeriod

Public Instance Methods

month() click to toggle source
# File lib/period/belongs_to/month.rb, line 7
def month
  Period::Month.new(iso_date)
end