class Protobuf::Field::Int32Field

Public Class Methods

max() click to toggle source

Class Methods

# File lib/protobuf/field/int32_field.rb, line 11
def self.max
  INT32_MAX
end
min() click to toggle source
# File lib/protobuf/field/int32_field.rb, line 15
def self.min
  INT32_MIN
end