Class: Gitlab::Doctor::EncryptionKeys::Key
- Inherits:
-
Struct
- Object
- Struct
- Gitlab::Doctor::EncryptionKeys::Key
- Defined in:
- lib/gitlab/doctor/encryption_keys.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#truncated_secret ⇒ Object
Returns the value of attribute truncated_secret.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
9 10 11 |
# File 'lib/gitlab/doctor/encryption_keys.rb', line 9 def id @id end |
#truncated_secret ⇒ Object
Returns the value of attribute truncated_secret
9 10 11 |
# File 'lib/gitlab/doctor/encryption_keys.rb', line 9 def truncated_secret @truncated_secret end |
#type ⇒ Object
Returns the value of attribute type
9 10 11 |
# File 'lib/gitlab/doctor/encryption_keys.rb', line 9 def type @type end |