Sha256: 025a1a648f00aac342b222cd14a731cf5045e91f205fe857dbc4df010c8f4eb4

Contents?: true

Size: 534 Bytes

Versions: 9

Compression:

Stored size: 534 Bytes

Contents

### Generated by rprotoc. DO NOT EDIT!
### <proto file: test/proto/ext_range.proto>
# message ExtRangeTest {
#   extensions 1 to 10;
# }
# 
# extend ExtRangeTest {
#   optional string a = 11;
# }

require 'protobuf/message/message'
require 'protobuf/message/enum'
require 'protobuf/message/service'
require 'protobuf/message/extend'

class ExtRangeTest < ::Protobuf::Message
  defined_in __FILE__
  extensions 1..10
end
class ExtRangeTest < ::Protobuf::Message
  defined_in __FILE__
  optional :string, :a, 11, :extension => true
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ruby_protobuf-0.4.11 test/proto/ext_range.pb.rb
ruby_protobuf-0.4.10 test/proto/ext_range.pb.rb
ruby_protobuf-0.4.9 test/proto/ext_range.pb.rb
ruby_protobuf-0.4.8 test/proto/ext_range.pb.rb
ruby_protobuf-0.4.7 test/proto/ext_range.pb.rb
ruby_protobuf-0.4.6 test/proto/ext_range.pb.rb
ruby_protobuf-0.4.5 test/proto/ext_range.pb.rb
ruby_protobuf-0.4.4 test/proto/ext_range.pb.rb
ruby_protobuf-0.4.1 test/proto/ext_range.pb.rb