class SqlPostgres::PgInet
This class holds the value of an “inet” column.
Public Instance Methods
column_type()
click to toggle source
# File lib/sqlpostgres/PgInet.rb, line 9 def column_type 'inet' end
This class holds the value of an “inet” column.
# File lib/sqlpostgres/PgInet.rb, line 9 def column_type 'inet' end