Class: Noventius::PostProcessors::DateRanges::DayRange
- Defined in:
- lib/noventius/post_processors/date_ranges.rb
Instance Attribute Summary
Attributes inherited from BaseRange
Instance Method Summary collapse
-
#initialize(date) ⇒ DayRange
constructor
A new instance of DayRange.
Methods inherited from BaseRange
Constructor Details
#initialize(date) ⇒ DayRange
Returns a new instance of DayRange.
115 116 117 118 |
# File 'lib/noventius/post_processors/date_ranges.rb', line 115 def initialize(date) super @step = 1.day end |