Sha256: 8289e97601aeda34d8f962624a28b9fd1435e0ab78ce9d6125056e26208eb33a

Contents?: true

Size: 266 Bytes

Versions: 15

Compression:

Stored size: 266 Bytes

Contents

require 'ardm/property/integer'

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

      # @api private
      def to_child_key
        Property::Integer
      end

    end # class Text
  end # class Property
end # module Ardm

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
ardm-0.4.0.ar427 lib/ardm/property/serial.rb
ardm-0.4.0 lib/ardm/property/serial.rb
ardm-0.3.2 lib/ardm/property/serial.rb
ardm-0.3.1 lib/ardm/property/serial.rb
ardm-0.3.0 lib/ardm/property/serial.rb
ardm-0.2.7 lib/ardm/property/serial.rb
ardm-0.2.6 lib/ardm/property/serial.rb
ardm-0.2.5 lib/ardm/property/serial.rb
ardm-0.2.4 lib/ardm/property/serial.rb
ardm-0.2.3 lib/ardm/property/serial.rb
ardm-0.2.2 lib/ardm/property/serial.rb
ardm-0.2.1 lib/ardm/property/serial.rb
ardm-0.2.0 lib/ardm/property/serial.rb
ardm-0.1.0 lib/ardm/property/serial.rb
ardm-0.0.1 lib/ardm/property/serial.rb