Class: Gem::PqTlsPolicy::CertificateSignature::Verdict

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubygems_pq_tls_policy/certificate_signature.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#algorithmsObject

Returns the value of attribute algorithms

Returns:

  • (Object)

    the current value of algorithms



15
16
17
# File 'lib/rubygems_pq_tls_policy/certificate_signature.rb', line 15

def algorithms
  @algorithms
end

#compliantObject

Returns the value of attribute compliant

Returns:

  • (Object)

    the current value of compliant



15
16
17
# File 'lib/rubygems_pq_tls_policy/certificate_signature.rb', line 15

def compliant
  @compliant
end

#scopeObject

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



15
16
17
# File 'lib/rubygems_pq_tls_policy/certificate_signature.rb', line 15

def scope
  @scope
end

Instance Method Details

#compliant?Boolean

Returns:

  • (Boolean)


16
17
18
# File 'lib/rubygems_pq_tls_policy/certificate_signature.rb', line 16

def compliant?
  compliant
end