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



11
12
13
# File 'lib/termfront/network/connection.rb', line 11

def certificate_sha256
  @certificate_sha256
end

#issuerObject

Returns the value of attribute issuer

Returns:

  • (Object)

    the current value of issuer



11
12
13
# File 'lib/termfront/network/connection.rb', line 11

def issuer
  @issuer
end

#not_afterObject

Returns the value of attribute not_after

Returns:

  • (Object)

    the current value of not_after



11
12
13
# File 'lib/termfront/network/connection.rb', line 11

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



11
12
13
# File 'lib/termfront/network/connection.rb', line 11

def public_key_sha256
  @public_key_sha256
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



11
12
13
# File 'lib/termfront/network/connection.rb', line 11

def subject
  @subject
end