Class: PgFuncall::PGTimeInterval

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(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