Class: Ghn::UnknownNotification

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

Constructor Details

This class inherits a constructor from Ghn::Notification

Instance Method Details

#urlObject



77
78
79
# File 'lib/ghn/notification.rb', line 77

def url
  warn "unknown subject type #{subject_type}"
end