class Protobuf::Field::Sint64Field

Public Class Methods

max() click to toggle source

Class Methods

# File lib/protobuf/field/sint64_field.rb, line 11
def self.max
  INT64_MAX
end
min() click to toggle source
# File lib/protobuf/field/sint64_field.rb, line 15
def self.min
  INT64_MIN
end