Sha256: edc323bb224fe9b8092c755bb578a1447c2cd43109a4faab6d200050368d4916
Contents?: true
Size: 1.15 KB
Versions: 1
Compression:
Stored size: 1.15 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: list.proto require 'google/protobuf' require_relative 'attribute_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "Yoti.Protobuf.attrpubapi_v3.AttributeAndId" do optional :attribute, :message, 1, "Yoti.Protobuf.attrpubapi_v3.Attribute" optional :attribute_id, :bytes, 2 end add_message "Yoti.Protobuf.attrpubapi_v3.AttributeAndIdList" do repeated :attribute_and_id_list, :message, 1, "Yoti.Protobuf.attrpubapi_v3.AttributeAndId" end add_message "Yoti.Protobuf.attrpubapi_v3.AttributeList" do repeated :attributes, :message, 1, "Yoti.Protobuf.attrpubapi_v3.Attribute" end end module Yoti module Protobuf module AttrpubapiV3 AttributeAndId = Google::Protobuf::DescriptorPool.generated_pool.lookup("Yoti.Protobuf.attrpubapi_v3.AttributeAndId").msgclass AttributeAndIdList = Google::Protobuf::DescriptorPool.generated_pool.lookup("Yoti.Protobuf.attrpubapi_v3.AttributeAndIdList").msgclass AttributeList = Google::Protobuf::DescriptorPool.generated_pool.lookup("Yoti.Protobuf.attrpubapi_v3.AttributeList").msgclass end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yoti-1.3.1 | lib/yoti/protobuf/v3/attrpubapi/list_pb.rb |