Method: PgGraph::Type::Table#type
- Defined in:
- lib/pg_graph/type/type.rb
#type ⇒ Object Also known as: table_type
Table type. Initially nil. Initialized by RecordType.new
150 151 152 |
# File 'lib/pg_graph/type/type.rb', line 150 def type @type end |