class SSLyze::XML::OpenSSLCCS::OpenSSLCCSInjection

Represents the `<openSslCcsInjection />` XML element.

@since 1.0.0

Public Class Methods

new(node) click to toggle source

Initializes the {OpenSSLCCSInjection} object.

# File lib/sslyze/xml/openssl_ccs/openssl_ccs_injection.rb, line 19
def initialize(node)
  @node = node
end