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
13 14 15 |
# File 'lib/termfront/network/connection.rb', line 13 def certificate_sha256 @certificate_sha256 end |
#issuer ⇒ Object
Returns the value of attribute issuer
13 14 15 |
# File 'lib/termfront/network/connection.rb', line 13 def issuer @issuer end |
#not_after ⇒ Object
Returns the value of attribute not_after
13 14 15 |
# File 'lib/termfront/network/connection.rb', line 13 def not_after @not_after end |
#public_key_sha256 ⇒ Object
Returns the value of attribute public_key_sha256
13 14 15 |
# File 'lib/termfront/network/connection.rb', line 13 def public_key_sha256 @public_key_sha256 end |
#subject ⇒ Object
Returns the value of attribute subject
13 14 15 |
# File 'lib/termfront/network/connection.rb', line 13 def subject @subject end |