Sha256: c64f2d4ab384d1b8b97ed688d351a9cbcd92269adbc902fc3d48c79bcf081583
Contents?: true
Size: 611 Bytes
Versions: 20
Compression:
Stored size: 611 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: location.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("location.proto", :syntax => :proto3) do add_message "primary.connect.Location" do optional :type, :string, 1 optional :facility, :string, 2 optional :department, :string, 3 optional :room, :string, 4 optional :bed, :string, 5 end end end module Primary module Connect Location = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("primary.connect.Location").msgclass end end
Version data entries
20 entries across 20 versions & 1 rubygems