Sha256: 49d5d703742014c595e5c60915d6c1534d0b62413d7baa39d8c129c0834126af

Contents?: true

Size: 263 Bytes

Versions: 24

Compression:

Stored size: 263 Bytes

Contents

require 'protobuf/field/integer_field'

module Protobuf
  module Field
    class Int64Field < IntegerField

      ##
      # Class Methods
      #

      def self.max
        INT64_MAX
      end

      def self.min
        INT64_MIN
      end

    end
  end
end

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
protobuf-3.0.1 lib/protobuf/field/int64_field.rb
protobuf-3.0.0 lib/protobuf/field/int64_field.rb
protobuf-3.0.0.rc2 lib/protobuf/field/int64_field.rb
protobuf-3.0.0.rc1 lib/protobuf/field/int64_field.rb