Class: PgFuncall::PGTimeInterval
- Defined in:
- lib/pg_funcall.rb
Instance Attribute Summary
Attributes inherited from Typed
Instance Method Summary collapse
-
#initialize(interval) ⇒ PGTimeInterval
constructor
A new instance of PGTimeInterval.
Methods inherited from Typed
Constructor Details
#initialize(interval) ⇒ PGTimeInterval
Returns a new instance of PGTimeInterval.
77 78 79 |
# File 'lib/pg_funcall.rb', line 77 def initialize(interval) super(interval, 'interval') end |