Class: SSLyze::XML::OpenSSLCCS::OpenSSLCCSInjection
- Inherits:
-
Object
- Object
- SSLyze::XML::OpenSSLCCS::OpenSSLCCSInjection
- Includes:
- Attributes::IsVulnerable
- Defined in:
- lib/sslyze/xml/openssl_ccs/openssl_ccs_injection.rb
Overview
Represents the <openSslCcsInjection />
XML element.
Constant Summary
Constants included from Types
Instance Method Summary collapse
-
#initialize(node) ⇒ OpenSSLCCSInjection
constructor
Initializes the OpenSSLCCSInjection object.
Methods included from Attributes::IsVulnerable
Constructor Details
#initialize(node) ⇒ OpenSSLCCSInjection
Initializes the SSLyze::XML::OpenSSLCCS::OpenSSLCCSInjection object.
19 20 21 |
# File 'lib/sslyze/xml/openssl_ccs/openssl_ccs_injection.rb', line 19 def initialize(node) @node = node end |