Sha256: bf195fd23630a2cd299244d7f4c01ec5bb1857d527f5b33589b6392729e102bc

Contents?: true

Size: 839 Bytes

Versions: 7

Compression:

Stored size: 839 Bytes

Contents

require 'protobuf/message'
require_relative 'attribute.pb'

module Yoti
  module Protobuf
    module V1
      module Attrpubapi
        ##
        # Message Classes
        #
        class AttributeAndId < ::Protobuf::Message; end
        class AttributeAndIdList < ::Protobuf::Message; end
        class AttributeList < ::Protobuf::Message; end

        ##
        # Message Fields
        #
        class AttributeAndId
          optional Yoti::Protobuf::V1::Attrpubapi::Attribute, :attribute, 1
          optional :bytes, :attribute_id, 2
        end

        class AttributeAndIdList
          repeated Yoti::Protobuf::V1::Attrpubapi::AttributeAndId, :attribute_and_id_list, 1
        end

        class AttributeList
          repeated Yoti::Protobuf::V1::Attrpubapi::Attribute, :attributes, 1
        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
yoti-1.2.1 lib/yoti/protobuf/v1/attribute_public_api/list.pb.rb
yoti-1.2.0 lib/yoti/protobuf/v1/attribute_public_api/list.pb.rb
yoti-1.1.0 lib/yoti/protobuf/v1/attribute_public_api/list.pb.rb
yoti-1.0.3 lib/yoti/protobuf/v1/attribute_public_api/list.pb.rb
yoti-1.0.2 lib/yoti/protobuf/v1/attribute_public_api/list.pb.rb
yoti-1.0.1 lib/yoti/protobuf/v1/attribute_public_api/list.pb.rb
yoti-1.0.0 lib/yoti/protobuf/v1/attribute_public_api/list.pb.rb