class SqlPostgres::PgCidr

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

Public Instance Methods

column_type() click to toggle source
# File lib/sqlpostgres/PgCidr.rb, line 9
def column_type
  'cidr'
end