Class: Ghn::PullRequestNotification
- Inherits:
-
Notification
- Object
- Notification
- Ghn::PullRequestNotification
- 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
57 58 59 |
# File 'lib/ghn/notification.rb', line 57 def type 'pull' end |