module Period::BelongsTo::Week

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

Public Instance Methods

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