Sha256: 323deee932087e557b5e3d2025ae296323d420876a57117997f0aa72892c5cf2

Contents?: true

Size: 251 Bytes

Versions: 12

Compression:

Stored size: 251 Bytes

Contents

module DataMapper
  class Property
    class Serial < Integer
      serial    true
      min       1

      # @api private
      def to_child_key
        Property::Integer
      end
    end # class Text
  end # module Property
end # module DataMapper

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
ardm-core-1.3.0 lib/dm-core/property/serial.rb
ardm-core-1.2.1 lib/dm-core/property/serial.rb
dm-core-1.2.1 lib/dm-core/property/serial.rb
dm-core-1.2.0 lib/dm-core/property/serial.rb
dm-core-1.2.0.rc2 lib/dm-core/property/serial.rb
dm-core-1.2.0.rc1 lib/dm-core/property/serial.rb
dm-core-1.1.0 lib/dm-core/property/serial.rb
dm-core-1.1.0.rc3 lib/dm-core/property/serial.rb
dm-core-1.1.0.rc2 lib/dm-core/property/serial.rb
dm-core-1.1.0.rc1 lib/dm-core/property/serial.rb
dm-core-1.0.2 lib/dm-core/property/serial.rb
dm-core-1.0.1 lib/dm-core/property/serial.rb