Class: SqlPostgres::PgCidr

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

Overview

This class holds the value of an “cidr” 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/PgCidr.rb', line 9

def column_type
  'cidr'
end