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