Class: Ghn::IssueNotification
- Inherits:
-
Notification
- Object
- Notification
- Ghn::IssueNotification
- 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
#type ⇒ Object
51 52 53 |
# File 'lib/ghn/notification.rb', line 51 def type 'issues' end |