# Generated by the protocol buffer compiler. DO NOT EDIT! # source: Code.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("Code.proto", :syntax => :proto3) do add_message "nuva.Code" do optional :nomenclature, :string, 1 optional :value, :string, 2 end end end module Nuva Code = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("nuva.Code").msgclass end