Sha256: ec3afdcb54d71717512cb7a7d65f8b5cee4a721f3511f6533279f161f35356f2

Contents?: true

Size: 282 Bytes

Versions: 7

Compression:

Stored size: 282 Bytes

Contents

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

require 'addressbook_base'

module TutorialExt
  class Person < ::Protobuf::Message
    optional :int32, :age, 100, :extension => true
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
macks-ruby_protobuf-0.3.2.1 test/addressbook_ext.rb
macks-ruby_protobuf-0.3.2.2 test/addressbook_ext.rb
macks-ruby_protobuf-0.3.2.3 test/addressbook_ext.rb
macks-ruby_protobuf-0.3.3 test/addressbook_ext.rb
ruby_protobuf-0.3.3 test/addressbook_ext.rb
ruby_protobuf-0.3.2 test/addressbook_ext.rb
ruby_protobuf-0.3.0 test/addressbook_ext.rb