Class: Ghn::CommitNotification

Inherits:
Notification show all
Defined in:
lib/ghn/notification.rb

Instance Attribute Summary

Attributes inherited from Notification

#follow_issuecomment, #notification

Instance Method Summary collapse

Methods inherited from Notification

#initialize, #type_class, #url

Constructor Details

This class inherits a constructor from Ghn::Notification

Instance Method Details

#typeObject



63
64
65
# File 'lib/ghn/notification.rb', line 63

def type
  'commit'
end