class GitHub::Payload::Formatter::IssueCommentEvent
Public Instance Methods
sender_name()
click to toggle source
# File lib/github/payload/formatter/issue_comment_event.rb, line 7 def sender_name payload['comment']['user']['login'] end
summary_message()
click to toggle source
# File lib/github/payload/formatter/issue_comment_event.rb, line 15 def summary_message "[#{repo_name}] #{sender_name} just commented." end
summary_url()
click to toggle source
# File lib/github/payload/formatter/issue_comment_event.rb, line 11 def summary_url payload['comment']['url'] end