class Protobuf::EnumValue

def class

Overriding the class so ActiveRecord/Arel visitor will visit the enum as a Fixnum
def class
  Fixnum
end