Class: Gitlab::Audit::DeletedAuthor
- Inherits:
-
NullAuthor
- Object
- NullAuthor
- Gitlab::Audit::DeletedAuthor
- Defined in:
- lib/gitlab/audit/deleted_author.rb
Instance Attribute Summary
Attributes inherited from NullAuthor
Instance Method Summary collapse
Methods inherited from NullAuthor
#current_sign_in_ip, for, #full_path, #initialize
Constructor Details
This class inherits a constructor from Gitlab::Audit::NullAuthor
Instance Method Details
#impersonated? ⇒ Boolean
6 7 8 |
# File 'lib/gitlab/audit/deleted_author.rb', line 6 def impersonated? false end |