# File lib/aws/record/attribute_macros.rb, line 100
      def sortable_integer_attr name, options = {}
        add_attribute(SortableIntegerAttribute.new(name, options))
      end