Sha256: cde5237067542a6b24c630ed58a758f0f78cbafd51f548c5eec5af7515e2485c

Contents?: true

Size: 723 Bytes

Versions: 5

Compression:

Stored size: 723 Bytes

Contents

# encoding: utf-8

##
# This file is auto-generated. DO NOT EDIT!
#
require 'protobuf'


##
# Message Classes
#
class PhotoMessage < ::Protobuf::Message; end
class UserMessage < ::Protobuf::Message; end
class UserSearchMessage < ::Protobuf::Message; end


##
# Message Fields
#
class PhotoMessage
  optional :string, :url, 1
  optional :int64, :user_guid, 2
end

class UserMessage
  optional :string, :guid, 1
  optional :string, :name, 2
  optional :string, :email, 3
  optional :string, :email_domain, 4, :deprecated => true
  optional :string, :password, 5
  repeated :string, :nullify, 6
  repeated ::PhotoMessage, :photos, 7
end

class UserSearchMessage
  repeated :string, :guid, 1
  repeated :string, :email, 2
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
protobuf-activerecord-3.6.0 spec/support/protobuf/messages.pb.rb
protobuf-activerecord-3.5.1 spec/support/protobuf/messages.pb.rb
protobuf-activerecord-3.5.0 spec/support/protobuf/messages.pb.rb
protobuf-activerecord-3.4.4 spec/support/protobuf/messages.pb.rb
protobuf-activerecord-3.4.4.pre spec/support/protobuf/messages.pb.rb