Skip to content

Instantly share code, notes, and snippets.

@nolanamy
Created April 2, 2013 21:50
Show Gist options
  • Save nolanamy/5296532 to your computer and use it in GitHub Desktop.
Save nolanamy/5296532 to your computer and use it in GitHub Desktop.
##
# This file is auto-generated. DO NOT EDIT!
#
require 'protobuf/message'
##
# Message Classes
#
class simple_mail < ::Protobuf::Message; end
class mail_list < ::Protobuf::Message; end
##
# Message Fields
#
class simple_mail
optional ::Protobuf::Field::StringField, :body, 1
end
class mail_list
repeated ::Simple_Mail, :simple_mails, 1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment