Class: Gitlab::SSHPublicKey::Technology

Inherits:
Struct
  • Object
show all
Defined in:
lib/gitlab/ssh_public_key.rb

Instance Attribute Summary collapse

Instance Attribute Details

#key_classObject

Returns the value of attribute key_class

Returns:

  • (Object)

    the current value of key_class



7
8
9
# File 'lib/gitlab/ssh_public_key.rb', line 7

def key_class
  @key_class
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/gitlab/ssh_public_key.rb', line 7

def name
  @name
end

#supported_algorithmsObject

Returns the value of attribute supported_algorithms

Returns:

  • (Object)

    the current value of supported_algorithms



7
8
9
# File 'lib/gitlab/ssh_public_key.rb', line 7

def supported_algorithms
  @supported_algorithms
end

#supported_sizesObject

Returns the value of attribute supported_sizes

Returns:

  • (Object)

    the current value of supported_sizes



7
8
9
# File 'lib/gitlab/ssh_public_key.rb', line 7

def supported_sizes
  @supported_sizes
end