Method: Sequel::SQL::DateAdd#interval
- Defined in:
- lib/sequel/extensions/date_arithmetic.rb
#interval ⇒ Object (readonly)
The interval added to the expression, as a hash with symbol keys.
205 206 207 |
# File 'lib/sequel/extensions/date_arithmetic.rb', line 205 def interval @interval end |