Class: SOF::TimeSpan::DatePeriod::Day

Inherits:
SOF::TimeSpan::DatePeriod
  • Object
show all
Defined in:
lib/sof/time_span.rb

Instance Method Summary collapse

Instance Method Details

#beginning_of_period(date) ⇒ Object



185
186
187
# File 'lib/sof/time_span.rb', line 185

def beginning_of_period(date)
  date
end

#end_of_period(date) ⇒ Object



181
182
183
# File 'lib/sof/time_span.rb', line 181

def end_of_period(date)
  date
end