Module: InTotoAttestation::Predicates::Scai::V0
- Defined in:
- lib/in_toto_attestation/predicates/scai/v0/scai_pb.rb
Defined Under Namespace
Classes: AttributeAssertion, AttributeReport
Class Method Summary collapse
Class Method Details
.register_scai_protos(registry) ⇒ Object
82 83 84 85 86 87 88 89 90 91 |
# File 'lib/in_toto_attestation/predicates/scai/v0/scai_pb.rb', line 82 def self.register_scai_protos(registry) Google::Protobuf.register_struct_protos(registry) InTotoAttestation::V1.register_resource_descriptor_protos(registry) registry.register( InTotoAttestation::Predicates::Scai::V0::AttributeAssertion ) registry.register( InTotoAttestation::Predicates::Scai::V0::AttributeReport ) end |