Sha256: 2b3db0d645ac2403b450693a3d85b50839e8617c76e5c4a6461fb393747683ad
Contents?: true
Size: 438 Bytes
Versions: 14
Compression:
Stored size: 438 Bytes
Contents
#!/usr/bin/env ruby # Generated by the protocol buffer compiler. DO NOT EDIT! require 'protocol_buffers' module Animal # forward declarations class Unicorn < ::ProtocolBuffers::Message; end class Unicorn < ::ProtocolBuffers::Message set_fully_qualified_name "animal.Unicorn" optional :string, :colour, 1 optional :int32, :horn_length, 2 optional :int32, :last_seen, 3 optional :bool, :has_wings, 4 end end
Version data entries
14 entries across 14 versions & 2 rubygems