Class: Gitlab::Doctor::EncryptionKeys::Key

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

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/gitlab/doctor/encryption_keys.rb', line 9

def id
  @id
end

#truncated_secretObject

Returns the value of attribute truncated_secret

Returns:

  • (Object)

    the current value of truncated_secret



9
10
11
# File 'lib/gitlab/doctor/encryption_keys.rb', line 9

def truncated_secret
  @truncated_secret
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/gitlab/doctor/encryption_keys.rb', line 9

def type
  @type
end