Method: Codebot::Formatters::Gitlab::IssueHook#user_name
- Defined in:
- lib/codebot/formatters/gitlab_issue_hook.rb
#user_name ⇒ Object
34 35 36 |
# File 'lib/codebot/formatters/gitlab_issue_hook.rb', line 34 def user_name extract(:user, :name) end |