Class: PgFuncall::PGTime
Instance Attribute Summary
Attributes inherited from Typed
Instance Method Summary collapse
-
#initialize(time) ⇒ PGTime
constructor
A new instance of PGTime.
Methods inherited from Typed
Constructor Details
#initialize(time) ⇒ PGTime
Returns a new instance of PGTime.
71 72 73 |
# File 'lib/pg_funcall.rb', line 71 def initialize(time) super(time, 'time') end |