Class: Termfront::Network::Connection::PeerInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/termfront/network/connection.rb

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_sha256Object

Returns the value of attribute certificate_sha256

Returns:

  • (Object)

    the current value of certificate_sha256



13
14
15
# File 'lib/termfront/network/connection.rb', line 13

def certificate_sha256
  @certificate_sha256
end

#issuerObject

Returns the value of attribute issuer

Returns:

  • (Object)

    the current value of issuer



13
14
15
# File 'lib/termfront/network/connection.rb', line 13

def issuer
  @issuer
end

#not_afterObject

Returns the value of attribute not_after

Returns:

  • (Object)

    the current value of not_after



13
14
15
# File 'lib/termfront/network/connection.rb', line 13

def not_after
  @not_after
end

#public_key_sha256Object

Returns the value of attribute public_key_sha256

Returns:

  • (Object)

    the current value of public_key_sha256



13
14
15
# File 'lib/termfront/network/connection.rb', line 13

def public_key_sha256
  @public_key_sha256
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



13
14
15
# File 'lib/termfront/network/connection.rb', line 13

def subject
  @subject
end