Class: PgFuncall::PGTime

Inherits:
Typed
  • Object
show all
Defined in:
lib/pg_funcall.rb

Instance Attribute Summary

Attributes inherited from Typed

#type, #value

Instance Method Summary collapse

Methods inherited from Typed

#__pg_type

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