Class: SqlPostgres::PgInet

Inherits:
PgWrapper show all
Defined in:
lib/sqlpostgres/PgInet.rb

Overview

This class holds the value of an “inet” column.

Instance Method Summary collapse

Methods inherited from PgWrapper

from_sql, #initialize, #to_s

Methods inherited from PgType

#eql?, #hash, #to_sql

Constructor Details

This class inherits a constructor from SqlPostgres::PgWrapper

Instance Method Details

#column_typeObject



9
10
11
# File 'lib/sqlpostgres/PgInet.rb', line 9

def column_type
  'inet'
end