Class: Sie::Document::FinancialYear

Inherits:
Object
  • Object
show all
Defined in:
lib/sie/document/financial_years.rb

Instance Method Summary collapse

Instance Method Details

#date_rangeObject



27
28
29
# File 'lib/sie/document/financial_years.rb', line 27

def date_range
  (start_of_year.beginning_of_month..end_of_year.end_of_month)
end