class Integer < Vobject::PropertyValue
      include Comparable
      def <=>(another)
        value <=> another.value
      end