Sha256: ddfbf244266677ecf4ca378d2fc97808ae562b9f50666e9bdd51ec0f87692422
Contents?: true
Size: 296 Bytes
Versions: 31
Compression:
Stored size: 296 Bytes
Contents
module Skylight module Messages class Annotation include Beefcake::Message optional :key, :string, 1 optional :int, :int64, 2 optional :double, :double, 3 optional :string, :string, 4 repeated :nested, Annotation, 5 end end end
Version data entries
31 entries across 31 versions & 1 rubygems