Class: SSLyze::Target::SessionRenegotiation
- Inherits:
-
Struct
- Object
- Struct
- SSLyze::Target::SessionRenegotiation
- Defined in:
- lib/sslyze/target.rb
Overview
Represents the <sessionRenegotiation> XML element.
Instance Attribute Summary collapse
-
#client_initiated ⇒ Object
Returns the value of attribute client_initiated.
-
#secure ⇒ Object
Returns the value of attribute secure.
Instance Method Summary collapse
Instance Attribute Details
#client_initiated ⇒ Object
Returns the value of attribute client_initiated
96 97 98 |
# File 'lib/sslyze/target.rb', line 96 def client_initiated @client_initiated end |
#secure ⇒ Object
Returns the value of attribute secure
96 97 98 |
# File 'lib/sslyze/target.rb', line 96 def secure @secure end |