Method: Codebot::Formatters::Gitlab::IssueHook#issue_url

Defined in:
lib/codebot/formatters/gitlab_issue_hook.rb

#issue_urlObject



30
31
32
# File 'lib/codebot/formatters/gitlab_issue_hook.rb', line 30

def issue_url
  shorten_url extract(:object_attributes, :url)
end