Sha256: a691a7fd4bd5edf013b3e73be6b803e0c68ac1ab9564332de7f19e8f16f42e4a
Contents?: true
Size: 645 Bytes
Versions: 15
Compression:
Stored size: 645 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 optional :floor, :string, 6 end end end module Primary module Connect Location = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("primary.connect.Location").msgclass end end
Version data entries
15 entries across 15 versions & 1 rubygems