module SSLyze::XML::Attributes::IsVulnerable

Common methods for the `isVulnerable` attribute.

@since 1.0.0

Public Instance Methods

is_vulnerable?() click to toggle source

Parses the `isVulnerable` attribute.

@return [Boolean]

# File lib/sslyze/xml/attributes/is_vulnerable.rb, line 20
def is_vulnerable?
  Boolean[@node['isVulnerable']]
end
Also aliased as: vulnerable?
vulnerable?()
Alias for: is_vulnerable?