r5sdk/r5dev/thirdparty/protobuf/compiler/ruby/ruby_generated_pkg_explicit.proto

10 lines
120 B
Protocol Buffer
Raw Normal View History

2022-02-10 00:19:49 +01:00
syntax = "proto3";
package one.two.a_three;
option ruby_package = "A::B::C";
message Four {
string a_string = 1;
}