test_import_pb.rb 373 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: tests/test_import.proto

require 'google/protobuf'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_message "foo_bar.TestImportedMessage" do
  end
end

module FooBar
  TestImportedMessage = Google::Protobuf::DescriptorPool.generated_pool.lookup("foo_bar.TestImportedMessage").msgclass
end