module SSLyze::XML::Attributes::IsSupported
Common methods for the `isSupported` attribute.
@since 1.0.0
Public Instance Methods
is_supported?()
click to toggle source
Parses the `isSupported` attribute.
@return [Boolean]
# File lib/sslyze/xml/attributes/is_supported.rb, line 20 def is_supported? Boolean[@node['isSupported']] end
Also aliased as: supported?