Class: SqlPostgres::PgInet
- Defined in:
- lib/sqlpostgres/PgInet.rb
Overview
This class holds the value of an “inet” column.
Instance Method Summary collapse
Methods inherited from PgWrapper
Methods inherited from PgType
Constructor Details
This class inherits a constructor from SqlPostgres::PgWrapper
Instance Method Details
#column_type ⇒ Object
9 10 11 |
# File 'lib/sqlpostgres/PgInet.rb', line 9 def column_type 'inet' end |