Class: SSLyze::XML::Heartbleed::OpenSSLHeartbleed
- Inherits:
-
Object
- Object
- SSLyze::XML::Heartbleed::OpenSSLHeartbleed
- Includes:
- Attributes::IsVulnerable
- Defined in:
- lib/sslyze/xml/heartbleed/openssl_heartbleed.rb
Overview
Represents the <openSslHeartbleed>
XML element.
Constant Summary
Constants included from Types
Instance Method Summary collapse
-
#initialize(node) ⇒ OpenSSLHeartbleed
constructor
Initializes the OpenSSLHeartbleed object.
Methods included from Attributes::IsVulnerable
Constructor Details
#initialize(node) ⇒ OpenSSLHeartbleed
Initializes the SSLyze::XML::Heartbleed::OpenSSLHeartbleed object.
22 23 24 |
# File 'lib/sslyze/xml/heartbleed/openssl_heartbleed.rb', line 22 def initialize(node) @node = node end |