class SqlPostgres::PgMacAddr

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

Public Instance Methods

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