Module: SSLyze::XML::Attributes::IsSupported

Overview

Common methods for the isSupported attribute.

Since:

  • 1.0.0

Constant Summary

Constants included from Types

Types::Boolean, Types::None

Instance Method Summary collapse

Instance Method Details

#is_supported?Boolean Also known as: supported?

Parses the isSupported attribute.

Returns:

Since:

  • 1.0.0



20
21
22
# File 'lib/sslyze/xml/attributes/is_supported.rb', line 20

def is_supported?
  Boolean[@node['isSupported']]
end