Class: Daru::Offsets::Day
- Inherits:
-
Tick
- Object
- DateOffset
- DateOffsetType
- Tick
- Daru::Offsets::Day
- Defined in:
- lib/daru/date_time/offsets.rb
Overview
Create an days offset
Constant Summary collapse
- FREQ =
'D'.freeze
Instance Method Summary collapse
Methods inherited from Tick
Methods inherited from DateOffsetType
Methods inherited from DateOffset
#+, #-, #-@, #initialize
Constructor Details
This class inherits a constructor from Daru::Offsets::DateOffsetType
Instance Method Details
#multiplier ⇒ Object
171 172 173 |
# File 'lib/daru/date_time/offsets.rb', line 171 def multiplier 1 end |