Sha256: 12eae3673e13f20091fb1bd8a1d2449c72321fcca60d0f17cb58ad6e5ec1f96b
Contents?: true
Size: 572 Bytes
Versions: 4
Compression:
Stored size: 572 Bytes
Contents
require 'protobuf/message/message' module Test module Types class TestTypes < Protobuf::Message required :double, :type1, 1 required :float, :type2, 2 required :int32, :type3, 3 required :int64, :type4, 4 required :uint32, :type5, 5 required :uint64, :type6, 6 required :sint32, :type7, 7 required :sint64, :type8, 8 required :fixed32, :type9, 9 required :fixed64, :type10, 10 required :bool, :type11, 11 required :string, :type12, 12 required :bytes, :type13, 13 end end end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
macks-ruby_protobuf-0.3.2.1 | test/types.rb |
ruby_protobuf-0.3.2 | test/types.rb |
ruby_protobuf-0.2.0 | test/types.rb |
ruby_protobuf-0.3.0 | test/types.rb |