Method: Sequel::Postgres::PGRow::Parser#converter

Defined in:
lib/sequel/extensions/pg_row.rb

#converterObject (readonly)

A converter for the object as a whole. Used to wrap the returned array/hash in another object, such as an ArrayRow or HashRow. If present, should be callable.



291
292
293
# File 'lib/sequel/extensions/pg_row.rb', line 291

def converter
  @converter
end