Sha256: 32778bc42d8f13ce7169ef15c6b95608b691ea575bbb973f11eb4d1ab3822784
Contents?: true
Size: 1.01 KB
Versions: 12
Compression:
Stored size: 1.01 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: List.proto require 'google/protobuf' require 'Attribute_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "attrpubapi_v1.AttributeAndId" do optional :attribute, :message, 1, "attrpubapi_v1.Attribute" optional :attribute_id, :bytes, 2 end add_message "attrpubapi_v1.AttributeAndIdList" do repeated :attribute_and_id_list, :message, 1, "attrpubapi_v1.AttributeAndId" end add_message "attrpubapi_v1.AttributeList" do repeated :attributes, :message, 1, "attrpubapi_v1.Attribute" end end module Yoti module Protobuf module Attrpubapi AttributeAndId = Google::Protobuf::DescriptorPool.generated_pool.lookup("attrpubapi_v1.AttributeAndId").msgclass AttributeAndIdList = Google::Protobuf::DescriptorPool.generated_pool.lookup("attrpubapi_v1.AttributeAndIdList").msgclass AttributeList = Google::Protobuf::DescriptorPool.generated_pool.lookup("attrpubapi_v1.AttributeList").msgclass end end end
Version data entries
12 entries across 12 versions & 1 rubygems