Sha256: c35db02184c686f14f0ea8a2eac66abdf8e5339a7c7de14ab839fb72601a1e7a

Contents?: true

Size: 240 Bytes

Versions: 8

Compression:

Stored size: 240 Bytes

Contents

package test.lower_case.lowerCamelCase;

message foo {  
  message bar {
    message fooBar {
    }
  } 
}
message baaz {  
  required foo.bar x = 1;
}
enum baaaz {
  abc = 0;
  def = 1;
}

service qux {
  rpc quuuux(baaz) returns (foo);
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ruby_protobuf-0.4.11 test/proto/lowercase.proto
ruby_protobuf-0.4.10 test/proto/lowercase.proto
ruby_protobuf-0.4.9 test/proto/lowercase.proto
ruby_protobuf-0.4.8 test/proto/lowercase.proto
ruby_protobuf-0.4.7 test/proto/lowercase.proto
ruby_protobuf-0.4.6 test/proto/lowercase.proto
ruby_protobuf-0.4.5 test/proto/lowercase.proto
ruby_protobuf-0.4.4 test/proto/lowercase.proto