Module: InTotoAttestation::Predicates::TestResult::V0
- Defined in:
- lib/in_toto_attestation/predicates/test_result/v0/test_result_pb.rb
Defined Under Namespace
Classes: TestResult
Class Method Summary collapse
Class Method Details
.register_test_result_protos(registry) ⇒ Object
38 39 40 41 42 43 |
# File 'lib/in_toto_attestation/predicates/test_result/v0/test_result_pb.rb', line 38 def self.register_test_result_protos(registry) InTotoAttestation::V1.register_resource_descriptor_protos(registry) registry.register( InTotoAttestation::Predicates::TestResult::V0::TestResult ) end |