Class: Termfront::Network::Connection::PeerInfo
- Inherits:
-
Struct
- Object
- Struct
- Termfront::Network::Connection::PeerInfo
- Defined in:
- lib/termfront/network/connection.rb
Instance Attribute Summary collapse
-
#certificate_sha256 ⇒ Object
Returns the value of attribute certificate_sha256.
-
#issuer ⇒ Object
Returns the value of attribute issuer.
-
#not_after ⇒ Object
Returns the value of attribute not_after.
-
#public_key_sha256 ⇒ Object
Returns the value of attribute public_key_sha256.
-
#subject ⇒ Object
Returns the value of attribute subject.
Instance Attribute Details
#certificate_sha256 ⇒ Object
Returns the value of attribute certificate_sha256
11 12 13 |
# File 'lib/termfront/network/connection.rb', line 11 def certificate_sha256 @certificate_sha256 end |
#issuer ⇒ Object
Returns the value of attribute issuer
11 12 13 |
# File 'lib/termfront/network/connection.rb', line 11 def issuer @issuer end |
#not_after ⇒ Object
Returns the value of attribute not_after
11 12 13 |
# File 'lib/termfront/network/connection.rb', line 11 def not_after @not_after end |
#public_key_sha256 ⇒ Object
Returns the value of attribute public_key_sha256
11 12 13 |
# File 'lib/termfront/network/connection.rb', line 11 def public_key_sha256 @public_key_sha256 end |
#subject ⇒ Object
Returns the value of attribute subject
11 12 13 |
# File 'lib/termfront/network/connection.rb', line 11 def subject @subject end |