Sha256: 7c27a54d237d3126583f56a7b2798e5fd488a1bc9d698b460946bae71211f015

Contents?: true

Size: 534 Bytes

Versions: 9

Compression:

Stored size: 534 Bytes

Contents

### Generated by rprotoc. DO NOT EDIT!
### <proto file: test/proto/addressbook_ext.proto>
# import "test/proto/addressbook_base.proto";
# package tutorial_ext;
# 
# extend Person {
#   optional int32 age = 100;
# }

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

require 'test/proto/addressbook_base.pb'
module TutorialExt
  class Person < ::Protobuf::Message
    defined_in __FILE__
    optional :int32, :age, 100, :extension => true
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

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