Class: SSLyze::Certificate::Validity
- Inherits:
-
Struct
- Object
- Struct
- SSLyze::Certificate::Validity
- Defined in:
- lib/sslyze/certificate/validity.rb
Overview
Represents the <validity> XML element.
Instance Attribute Summary collapse
-
#not_after ⇒ Object
Returns the value of attribute not_after.
-
#not_before ⇒ Object
Returns the value of attribute not_before.
Instance Attribute Details
#not_after ⇒ Object
Returns the value of attribute not_after
6 7 8 |
# File 'lib/sslyze/certificate/validity.rb', line 6 def not_after @not_after end |
#not_before ⇒ Object
Returns the value of attribute not_before
6 7 8 |
# File 'lib/sslyze/certificate/validity.rb', line 6 def not_before @not_before end |