Created
April 2, 2013 21:50
-
-
Save nolanamy/5296532 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
# 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