Sha256: fbcb6dd04c6963d001df04bb6f8103c51187eb36c04acdb27328f5b625d9c0e4

Contents?: true

Size: 249 Bytes

Versions: 5

Compression:

Stored size: 249 Bytes

Contents

require 'protobuf/message'

module Proto
  class User < ::Protobuf::Message
    optional ::Protobuf::Field::StringField, :name, 1
    optional ::Protobuf::Field::StringField, :email, 2
    repeated ::Protobuf::Field::StringField, :tags, 3
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
protobuf-activerecord-1.0.5 spec/support/protobuf/user.pb.rb
protobuf-activerecord-1.0.4 spec/support/protobuf/user.pb.rb
protobuf-activerecord-1.0.3 spec/support/protobuf/user.pb.rb
protobuf-activerecord-1.0.2 spec/support/protobuf/user.pb.rb
protobuf-activerecord-1.0.1 spec/support/protobuf/user.pb.rb