Sha256: 70c54e0f9ff45081342cc370d583656b85b7fe33f8c106e76c5ae66ec16be068

Contents?: true

Size: 306 Bytes

Versions: 1

Compression:

Stored size: 306 Bytes

Contents

require File.expand_path('PgWrapper', File.dirname(__FILE__))

module SqlPostgres

  # This class holds the value of an "cidr" column.

  class PgCidr < PgWrapper

    def column_type
      'cidr'
    end

  end

end

# Local Variables:
# tab-width: 2
# ruby-indent-level: 2
# indent-tabs-mode: nil
# End:

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sqlpostgres-1.3.0 lib/sqlpostgres/PgCidr.rb