Class: Gem::PqTlsPolicy::CertificateSignature::Verdict
- Inherits:
-
Struct
- Object
- Struct
- Gem::PqTlsPolicy::CertificateSignature::Verdict
- Defined in:
- lib/rubygems_pq_tls_policy/certificate_signature.rb
Instance Attribute Summary collapse
-
#algorithms ⇒ Object
Returns the value of attribute algorithms.
-
#compliant ⇒ Object
Returns the value of attribute compliant.
-
#scope ⇒ Object
Returns the value of attribute scope.
Instance Method Summary collapse
Instance Attribute Details
#algorithms ⇒ Object
Returns the value of attribute algorithms
15 16 17 |
# File 'lib/rubygems_pq_tls_policy/certificate_signature.rb', line 15 def algorithms @algorithms end |
#compliant ⇒ Object
Returns the value of attribute compliant
15 16 17 |
# File 'lib/rubygems_pq_tls_policy/certificate_signature.rb', line 15 def compliant @compliant end |
#scope ⇒ Object
Returns the value of attribute scope
15 16 17 |
# File 'lib/rubygems_pq_tls_policy/certificate_signature.rb', line 15 def scope @scope end |
Instance Method Details
#compliant? ⇒ Boolean
16 17 18 |
# File 'lib/rubygems_pq_tls_policy/certificate_signature.rb', line 16 def compliant? compliant end |