class PG::Connection
def ssl_attributes
and the type of connection.
The available attributes varies depending on the SSL library being used,
Returns SSL-related information about the connection as key/value pairs
conn.ssl_attributes -> Hash
call-seq:
def ssl_attributes ssl_attribute_names.each.with_object({}) do |n,h| h[n] = ssl_attribute(n) end end