class PgFuncall::PGTime

Public Class Methods

new(time) click to toggle source
Calls superclass method
# File lib/pg_funcall.rb, line 71
def initialize(time)
  super(time, 'time')
end