Module: InTotoAttestation::Predicates::Link::V0
- Defined in:
- lib/in_toto_attestation/predicates/link/v0/link_pb.rb
Defined Under Namespace
Classes: Link
Class Method Summary collapse
Class Method Details
.register_link_protos(registry) ⇒ Object
51 52 53 54 55 |
# File 'lib/in_toto_attestation/predicates/link/v0/link_pb.rb', line 51 def self.register_link_protos(registry) InTotoAttestation::V1.register_resource_descriptor_protos(registry) Google::Protobuf.register_struct_protos(registry) registry.register(InTotoAttestation::Predicates::Link::V0::Link) end |