Method: Codebot::Formatters::Gitlab::WikiPageHook#summary
- Defined in:
- lib/codebot/formatters/gitlab_wiki_page_hook.rb
#summary ⇒ Object
12 13 14 15 16 17 18 19 |
# File 'lib/codebot/formatters/gitlab_wiki_page_hook.rb', line 12 def summary default_format % { repository: format_repository(repository_name), sender: format_user(sender_name), action: action, title: wiki_title } end |