class PG::Coder

def to_h

Returns coder attributes as Hash.
def to_h
	{
		oid: oid,
		format: format,
		flags: flags,
		name: name,
	}
end