module Saml::Notification

Public Instance Methods

notify(method, result) click to toggle source
# File lib/saml/notification.rb, line 5
def notify(method, result)
  self.class.notify(method, result)
end